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);
    }