fix slider
This commit is contained in:
@ -18,9 +18,9 @@ class Slider extends Model
|
||||
const int ACTIVE_STATUS = 1;
|
||||
|
||||
protected $table = "slider";
|
||||
protected $fillable = ['title', 'additional_information', 'content', 'link'];
|
||||
protected $fillable = ['title', 'additional_information', 'content', 'link', 'status'];
|
||||
|
||||
public static function labels()
|
||||
public static function labels(): array
|
||||
{
|
||||
return [
|
||||
'title' => 'Заголовок',
|
||||
|
Reference in New Issue
Block a user