clean up start file.

This commit is contained in:
Taylor Otwell 2013-02-06 22:11:29 -06:00
parent c07f552c70
commit 59d6d74a23
1 changed files with 1 additions and 7 deletions

View File

@ -41,13 +41,7 @@
| |
*/ */
$paths = require __DIR__.'/paths.php'; $app->bindInstallPaths(require __DIR__.'/paths.php');
$app->instance('path', $appPath = $paths['app']);
$app->instance('path.base', $paths['base']);
$app->instance('path.public', $paths['public']);
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------