1
0
mirror of https://github.com/robonen/education-project.git synced 2026-03-20 10:54:31 +00:00

модели юзеров

This commit is contained in:
nikden13
2020-12-17 02:05:02 +07:00
parent 084edb06fe
commit e0bc94e346
4 changed files with 3 additions and 10 deletions

View File

@@ -12,8 +12,7 @@ class Parentt extends Model
protected $table = 'parents';
protected $fillable = [
'user_id',
protected $guarded = [
'updated_at',
];