Skip to content

Commit fd19464

Browse files
committed
fix: linting back to main
Signed-off-by: Matias Perrone <github@matiasperrone.com>
1 parent b073c52 commit fd19464

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

app/Http/Controllers/JsonController.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@ protected function error500(Exception $ex)
3434
return Response::json(array('message' => 'server error'), 500);
3535
}
3636

37-
protected function error501()
38-
{
39-
return Response::json(array('message' => 'not implemented'), 501);
40-
}
41-
4237

4338
protected function created($data = 'ok')
4439
{

0 commit comments

Comments
 (0)