fix: add missing Exceptions namespace to composer.json
This commit is contained in:
parent
be38a9c5e6
commit
e39f40644f
@ -16,7 +16,8 @@
|
|||||||
"Config\\": "src/Config",
|
"Config\\": "src/Config",
|
||||||
"Repositories\\": "src/Repositories",
|
"Repositories\\": "src/Repositories",
|
||||||
"Utils\\": "src/Utils",
|
"Utils\\": "src/Utils",
|
||||||
"Controllers\\": "src/Controllers"
|
"Controllers\\": "src/Controllers",
|
||||||
|
"Exceptions\\": "src/Exceptions"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user