Skip to content

Commit

Permalink
Update StudentRepository.php
Browse files Browse the repository at this point in the history
  • Loading branch information
farahamaliaa committed Jul 16, 2024
1 parent d8e71d6 commit a744e54
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/Contracts/Repositories/StudentRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,4 @@ public function whereSchool(mixed $id): mixed
return $this->model->query()->where('school_id', $id)->latest()->paginate(10);
}

public function doesntHaveClassroom(): mixed
{
return $this->model->
}
}

0 comments on commit a744e54

Please sign in to comment.