Someline\Api\Controllers\UsersController::index PHP 메소드

index() 공개 메소드

Display a listing of the resource.
public index ( ) : Illuminate\Http\Response
리턴 Illuminate\Http\Response
    public function index()
    {
        return $this->repository->all();
    }