コード例 #1
0
 public function __construct()
 {
     $this->route = \Acl::route('roles', 'index', [], false);
 }
コード例 #2
0
 public function __construct()
 {
     $user = Config::get('acl.user');
     $this->user = new $user();
     $this->route = \Acl::route('users', 'index', [], false);
 }