migration issues
This commit is contained in:
@ -8,7 +8,7 @@ class LeaveRepository implements LeaveInterface
|
||||
{
|
||||
public function findAll()
|
||||
{
|
||||
return Leave::all();
|
||||
return Leave::get();
|
||||
}
|
||||
|
||||
public function getLeaveById($leaveId)
|
||||
|
Reference in New Issue
Block a user