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

@@ -11,10 +11,6 @@ class Student extends Model
{
use HasFactory;
protected $fillable = [
'user_id',
];
protected $guarded = [
'updated_at',
];