Rename core directory.

This commit is contained in:
Taylor Otwell 2014-08-12 07:01:09 -05:00
parent 00099ae56c
commit ac9ce28597
2 changed files with 1 additions and 1 deletions

View File

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