mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-11 09:43:13 +08:00
Renamed services first level config key to dependencies
This commit is contained in:
@@ -5,7 +5,7 @@ use Shlinkio\Shlink\Core\Service;
|
||||
|
||||
return [
|
||||
|
||||
'services' => [
|
||||
'dependencies' => [
|
||||
'factories' => [
|
||||
// Services
|
||||
Service\UrlShortener::class => AnnotatedFactory::class,
|
||||
|
||||
Reference in New Issue
Block a user