mirror of
https://github.com/cp6/my-idlers.git
synced 2024-11-16 23:42:32 +01:00
Added name fillable for OS
Added name fillable for OS
This commit is contained in:
parent
61c8fd4e26
commit
702eccf3d0
@ -9,5 +9,7 @@ class OS extends Model
|
||||
{
|
||||
use HasFactory;
|
||||
|
||||
protected $fillable = ['name'];
|
||||
|
||||
protected $table = 'os';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user