Change hidden to hide (Eloquent blocked keyword)

This commit is contained in:
slawkens
2024-01-27 16:54:48 +01:00
parent 3554b41172
commit d71bab648d
48 changed files with 143 additions and 122 deletions

View File

@@ -10,5 +10,5 @@ class FAQ extends Model {
public $timestamps = false;
protected $fillable = ['question', 'answer', 'ordering', 'hidden'];
protected $fillable = ['question', 'answer', 'ordering', 'hide'];
}