Browse Source

Rename commands directory.

Taylor Otwell 9 years ago
parent
commit
812532c688
2 changed files with 1 additions and 1 deletions
  1. 0 0
      app/console/.gitkeep
  2. 1 1
      app/start/global.php

+ 0 - 0
app/commands/.gitkeep → app/console/.gitkeep


+ 1 - 1
app/start/global.php

@@ -13,7 +13,7 @@
 
 ClassLoader::addDirectories(array(
 
-	app_path().'/commands',
+	app_path().'/console',
 	app_path().'/controllers',
 	app_path().'/models',
 	app_path().'/database/seeds',