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 01:09:22 +07:00
parent 51f178ddd6
commit de0f849ff9
2 changed files with 14 additions and 1 deletions

View File

@@ -10,6 +10,8 @@ class Parentt extends Model
{
use HasFactory;
protected $table = 'parents';
protected $fillable = [
'user_id',
'updated_at',