From 60d0884e9b3bf739c5d929f376d954e734405613 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 6 Mar 2017 17:38:56 +0200 Subject: [PATCH] docs --- app/library/App/Resources/ProjectResource.php | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/app/library/App/Resources/ProjectResource.php b/app/library/App/Resources/ProjectResource.php index b575d46..4561b7e 100644 --- a/app/library/App/Resources/ProjectResource.php +++ b/app/library/App/Resources/ProjectResource.php @@ -31,7 +31,6 @@ class ProjectResource extends ApiResource { ->endpoint(ApiEndpoint::all()) ->endpoint(ApiEndpoint::create()) - ->description('Create new project') ->exampleRequest([ 'JSON data' => [ 'required' => [ -- libgit2 0.21.4