Browse Source

Namespace change.

Taylor Otwell 9 years ago
parent
commit
278758542c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      composer.json

+ 1 - 1
composer.json

@@ -13,7 +13,7 @@
 			"app/tests/TestCase.php"
 		],
 		"psr-4": {
-			"App\\": "app/src/core/",
+			"App\\": "app/core/",
 			"Providers\\": "app/providers/"
 		}
 	},