migration issues

This commit is contained in:
2024-04-04 17:53:23 +05:45
parent df0cbdf8a0
commit dfdc927a56
11 changed files with 213 additions and 219 deletions

View File

@ -8,7 +8,7 @@ class LeaveRepository implements LeaveInterface
{
public function findAll()
{
return Leave::all();
return Leave::get();
}
public function getLeaveById($leaveId)