clean up start file.
This commit is contained in:
parent
c07f552c70
commit
59d6d74a23
|
@ -41,13 +41,7 @@
|
|||
|
|
||||
*/
|
||||
|
||||
$paths = require __DIR__.'/paths.php';
|
||||
|
||||
$app->instance('path', $appPath = $paths['app']);
|
||||
|
||||
$app->instance('path.base', $paths['base']);
|
||||
|
||||
$app->instance('path.public', $paths['public']);
|
||||
$app->bindInstallPaths(require __DIR__.'/paths.php');
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue