Skip to content

Commit 1339219

Browse files
committed
feat: automatically register api service providers
1 parent 9c19ead commit 1339219

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

config/optimus.components.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
'Infrastructure' => base_path() . DIRECTORY_SEPARATOR . 'infrastructure'
77
],
88

9+
'register_service_provider_namespaces' => [
10+
'Api'
11+
],
912

1013
'protection_middleware' => [
1114
'auth:api'

0 commit comments

Comments
 (0)