Domain\Teacher\Http\TeacherController::index PHP Method

index() public method

Get all teachers.
public index ( ) : Illuminate\Database\Eloquent\Collection
return Illuminate\Database\Eloquent\Collection
    public function index()
    {
        return $this->repo->all($this->columns, $this->with);
    }