Fix Net class and error reporting level.
This commit is contained in:
David Callizaya
2017-08-25 10:57:20 -04:00
parent e3c0d6e6ca
commit 52322493df
3 changed files with 38 additions and 2 deletions

View File

@@ -6,7 +6,6 @@ use Illuminate\Foundation\Console\Kernel;
require_once __DIR__ . '/gulliver/system/class.g.php';
require_once __DIR__ . '/bootstrap/autoload.php';
require_once __DIR__ . '/bootstrap/app.php';
$app->make(Kernel::class)->bootstrap();
$scriptDir = dirname(__FILE__).'/';