Domain\Student\Http\StudentController::index PHP Méthode

index() public méthode

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