fix composer.json psr-4 autoloading

This commit is contained in:
Khoubza Younes
2020-12-06 18:29:43 +01:00
parent aeec1c52fb
commit 12b90e4b38
+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"
]