コード例 #1
0
 /**
  * The constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->permissions = $this->permission->all();
 }
コード例 #2
0
 /**
  * The constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->roles = $this->role->all()->lists('name', 'slug');
 }