@@ -75,7 +75,7 @@ discard block |
||
75 | 75 | */ |
76 | 76 | public function getDefaultDriver() |
77 | 77 | { |
78 | - return $this->app['config']['url-shortener.default']; |
|
78 | + return $this->app[ 'config' ][ 'url-shortener.default' ]; |
|
79 | 79 | } |
80 | 80 | |
81 | 81 | /** |
@@ -86,6 +86,6 @@ discard block |
||
86 | 86 | */ |
87 | 87 | protected function getDriverConfig(string $name) |
88 | 88 | { |
89 | - return $this->app['config']["url-shortener.drivers.$name"] ?: []; |
|
89 | + return $this->app[ 'config' ][ "url-shortener.drivers.$name" ] ?: [ ]; |
|
90 | 90 | } |
91 | 91 | } |