Skip to content
Snippets Groups Projects
Commit fe1151cb authored by Gregor Gawol's avatar Gregor Gawol
Browse files

merge boss-client into boss-module

parent 2e38e72a
Branches
Tags
No related merge requests found
Pipeline #1797 passed with stage
in 16 seconds
......@@ -38,10 +38,10 @@ class Module
'service_manager' => [
'allow_override' => true,
'factories' => [
'finc\Boss\Client\BossClient' => 'finc\Boss\Client\ClientFactory'
'finc\Boss\Client\Client\BossClient' => 'finc\Boss\Client\Client\ClientFactory'
],
'aliases' => [
'finc\BossClient' => 'finc\Boss\Client\BossClient'
'finc\BossClient' => 'finc\Boss\Client\Client\BossClient'
]
],
'vufind' => [
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment