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

Merge branch 'news' into journal

# Conflicts:
#	app/Http/Controllers/Users/TeacherController.php
This commit is contained in:
2020-12-16 22:47:08 +07:00
21 changed files with 654 additions and 271 deletions

View File

@@ -14,4 +14,9 @@ class Parentt extends Model
'user_id',
];
public function user()
{
return $this->belongsTo(User::class);
}
}