From 9b8d1940a1d7e8efffd76e2a3f6352d370294230 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 17 Feb 2015 00:06:02 +0100 Subject: Changed to dingo API --- backyard/php-api/trunk/bootstrap/app.php | 55 -------------------------------- 1 file changed, 55 deletions(-) delete mode 100644 backyard/php-api/trunk/bootstrap/app.php (limited to 'backyard/php-api/trunk/bootstrap/app.php') diff --git a/backyard/php-api/trunk/bootstrap/app.php b/backyard/php-api/trunk/bootstrap/app.php deleted file mode 100644 index f50a3f7..0000000 --- a/backyard/php-api/trunk/bootstrap/app.php +++ /dev/null @@ -1,55 +0,0 @@ -singleton( - 'Illuminate\Contracts\Http\Kernel', - 'App\Http\Kernel' -); - -$app->singleton( - 'Illuminate\Contracts\Console\Kernel', - 'App\Console\Kernel' -); - -$app->singleton( - 'Illuminate\Contracts\Debug\ExceptionHandler', - 'App\Exceptions\Handler' -); - -/* -|-------------------------------------------------------------------------- -| Return The Application -|-------------------------------------------------------------------------- -| -| This script returns the application instance. The instance is given to -| the calling script so we can separate the building of the instances -| from the actual running of the application and sending responses. -| -*/ - -return $app; -- cgit v1.2.3