1
0
mirror of https://github.com/robonen/education-project.git synced 2026-06-20 01:55:17 +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
+1 -2
View File
@@ -10,8 +10,7 @@ class Teacher extends Model
{
use HasFactory;
protected $fillable = [
'user_id',
protected $guarded = [
'updated_at',
];