Domain\Teacher\Http\TeacherController::index PHP 메소드

index() 공개 메소드

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