mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Added transformer autoload
This commit is contained in:
parent
267f0bdfea
commit
ca2fa3dab9
|
@ -38,7 +38,8 @@
|
|||
"autoload": {
|
||||
"classmap": [
|
||||
"database",
|
||||
"app/Helpers/Helper.php"
|
||||
"app/Helpers/Helper.php",
|
||||
"app/Http/Transformers"
|
||||
],
|
||||
"psr-4": {
|
||||
"App\\": "app/"
|
||||
|
|
Loading…
Reference in a new issue