From 778322dd7244870ab0fafa3266728c409d088004 Mon Sep 17 00:00:00 2001 From: Davide Pastore Date: Sun, 14 Aug 2016 13:39:22 -0400 Subject: [PATCH] Applied fixes from StyleCI --- app.php | 2 +- bootstrap.php | 2 +- index.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app.php b/app.php index c132760..a06bd99 100644 --- a/app.php +++ b/app.php @@ -56,7 +56,7 @@ }) ->bind('prova'); -$app->error(function (\Exception $e, $code) use($app) { +$app->error(function (\Exception $e, $code) use ($app) { switch ($code) { case 404: $message = 'The requested page could not be found.'; diff --git a/bootstrap.php b/bootstrap.php index 5bfc905..a999c2c 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -1,2 +1,2 @@ run(); \ No newline at end of file +$app->run();