Exemple #1
0
 /**
  * Query scope "allowed".
  *
  * @param   Illuminate\Database\Query\Builder   $query
  * @return  Illuminate\Database\Query\Builder
  */
 public function scopeAllowed($query)
 {
     return $query->isAllowed();
 }