public function __construct(array $attributes = []) { $this->fillable = ['name']; parent::__construct($attributes); $this->table = config('defender.role_table', 'roles'); }