Свойство | Тип | Описание | |
---|---|---|---|
$fillable |
Метод | Описание | |
---|---|---|
__construct ( array $attributes = [] ) | Create a new Eloquent model instance. | |
roles ( ) : Illuminate\Database\Eloquent\Relations\BelongsToMany | Permission belongs to many roles. |
public __construct ( array $attributes = [] ) | ||
$attributes | array |
public roles ( ) : Illuminate\Database\Eloquent\Relations\BelongsToMany | ||
Результат | Illuminate\Database\Eloquent\Relations\BelongsToMany |