Пример #1
0
 public function __construct($boot)
 {
     parent::__construct($boot);
     CurrentUser::assertAdmin($this);
     $this->detectHelp();
 }