mirror of
https://github.com/robonen/education-project.git
synced 2026-03-20 02:44:31 +00:00
Merge branch 'timetable' of https://github.com/Robonen/education-project into timetable
This commit is contained in:
@@ -29,7 +29,7 @@ class UserController extends Controller
|
|||||||
$user = auth()->user()->parent;
|
$user = auth()->user()->parent;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
return response()->json($user);
|
return response()->json($user, 200);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user