8000 Add commands to loader. · hicode/laravel@d292827 · GitHub
[go: up one dir, main page]

Skip to content

Commit d292827

Browse files
committed
Add commands to loader.
1 parent 9b0fafe commit d292827

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/start/global.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
ClassLoader::addDirectories(array(
1515

16+
app_path().'/commands',
1617
app_path().'/controllers',
1718
app_path().'/models',
1819
app_path().'/database/seeds',

0 commit comments

Comments
 (0)
0