Пример #1
0
 /**
  * Determine if the user is authorized to make this request.
  *
  * @return bool
  */
 public function authorize()
 {
     return Entrust::has(['slideshow-create', 'slideshow-update'], true);
 }