public function __construct() { $this->route = \Acl::route('roles', 'index', [], false); }
public function __construct() { $user = Config::get('acl.user'); $this->user = new $user(); $this->route = \Acl::route('users', 'index', [], false); }