mirror of
https://github.com/robonen/education-project.git
synced 2026-03-20 10:54:31 +00:00
модели юзеров
This commit is contained in:
@@ -12,8 +12,7 @@ class Parentt extends Model
|
||||
|
||||
protected $table = 'parents';
|
||||
|
||||
protected $fillable = [
|
||||
'user_id',
|
||||
protected $guarded = [
|
||||
'updated_at',
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user