Skip to content

Commit 59d6d74

Browse files
committed
clean up start file.
1 parent c07f552 commit 59d6d74

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

bootstrap/start.php

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,7 @@
4141
|
4242
*/
4343

44-
$paths = require __DIR__.'/paths.php';
45-
46-
$app->instance('path', $appPath = $paths['app']);
47-
48-
$app->instance('path.base', $paths['base']);
49-
50-
$app->instance('path.public', $paths['public']);
44+
$app->bindInstallPaths(require __DIR__.'/paths.php');
5145

5246
/*
5347
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)