Skip to content

Commit 08742b3

Browse files
authored
Update laravel-container-string-to-fully-qualified-name.php (#232)
Add `config` to be replaced by `Illuminate\Contracts\Config\Repository`.
1 parent da9b306 commit 08742b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/sets/laravel-container-string-to-fully-qualified-name.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
$servicesMap = [
1515
'events' => 'Illuminate\Contracts\Events\Dispatcher',
16+
'config' => 'Illuminate\Contracts\Config\Repository',
1617
'log' => 'Psr\Log\LoggerInterface',
1718
'router' => 'Illuminate\Routing\Router',
1819
'url' => 'Illuminate\Contracts\Routing\UrlGenerator',

0 commit comments

Comments
 (0)