Commit 59d6d74a authored by Taylor Otwell's avatar Taylor Otwell

clean up start file.

parent c07f552c
......@@ -41,13 +41,7 @@ $env = $app->detectEnvironment(array(
|
*/
$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');
/*
|--------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment