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/artisan | 51 ------------------------------------------ 1 file changed, 51 deletions(-) delete mode 100755 backyard/php-api/trunk/artisan (limited to 'backyard/php-api/trunk/artisan') diff --git a/backyard/php-api/trunk/artisan b/backyard/php-api/trunk/artisan deleted file mode 100755 index eb5e2bb..0000000 --- a/backyard/php-api/trunk/artisan +++ /dev/null @@ -1,51 +0,0 @@ -#!/usr/bin/env php -make('Illuminate\Contracts\Console\Kernel'); - -$status = $kernel->handle( - $input = new Symfony\Component\Console\Input\ArgvInput, - new Symfony\Component\Console\Output\ConsoleOutput -); - -/* -|-------------------------------------------------------------------------- -| Shutdown The Application -|-------------------------------------------------------------------------- -| -| Once Artisan has finished running. We will fire off the shutdown events -| so that any final work may be done by the application before we shut -| down the process. This is the last thing to happen to the request. -| -*/ - -$kernel->terminate($input, $status); - -exit($status); -- cgit v1.2.3