Exemplo n.º 1
0
 public function __construct()
 {
     $this->model_class = "App\\Role";
     $this->model_short = 'Role';
     $this->friendly_identifier = 'name';
     parent::__construct();
 }
Exemplo n.º 2
0
 public function __construct()
 {
     $this->model_class = "App\\User";
     $this->model_short = 'User';
     $this->friendly_identifier = 'username';
     parent::__construct();
 }