mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-19 17:48:36 +00:00
Added name fillable for OS
Added name fillable for OS
This commit is contained in:
parent
61c8fd4e26
commit
702eccf3d0
1 changed files with 2 additions and 0 deletions
|
@ -9,5 +9,7 @@ class OS extends Model
|
||||||
{
|
{
|
||||||
use HasFactory;
|
use HasFactory;
|
||||||
|
|
||||||
|
protected $fillable = ['name'];
|
||||||
|
|
||||||
protected $table = 'os';
|
protected $table = 'os';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue