fix composer.json psr-4 autoloading

This commit is contained in:
Khoubza Younes
2020-12-06 18:29:43 +01:00
parent ce9bc547d2
commit b7f08bb36b
+4 -4
View File
@@ -37,11 +37,11 @@
},
"autoload": {
"psr-4": {
"Flasher\\Laravel\\": "",
"exclude-from-classmap": [
"/Tests/"
]
"Flasher\\Laravel\\": ""
},
"exclude-from-classmap": [
"/Tests/"
],
"files": [
"helpers.php"
]