Skip to content

Commit

Permalink
Apply StyleCI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingluscas committed Dec 21, 2016
1 parent 637040f commit 63826e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion webservice/app/Http/Controllers/ApiController.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use App\Support\Response;
use Illuminate\Http\Request;
use App\Traits\QueryParameters;
use App\Transformers\Transform;

abstract class ApiController extends Controller
{
Expand Down
1 change: 0 additions & 1 deletion webservice/app/Support/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ public function __construct(ResponseFactory $response, Transform $transform)
$this->transform = $transform;
}


/**
* Return a 429 response.
*
Expand Down

0 comments on commit 63826e6

Please sign in to comment.