Domain\Employee\Http\EmployeeController::index PHP Method

index() public method

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