Skip to content

Commit 4730508

Browse files
committed
removed deprecated array_get
1 parent 8ac910e commit 4730508

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AdWordsServiceFactory.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ protected static function createAuthenticatedAdWordsSessionBuilder(array $config
4343
$soapLogger = (new AdsLoggerFactory())
4444
->createLogger(
4545
self::$DEFAULT_SOAP_LOGGER_CHANNEL,
46-
Arr::get(($config, 'soap_log_file_path', null),
47-
Arr::get(($config, 'soap_log_level', 'ERROR')
46+
Arr::get($config, 'soap_log_file_path', null),
47+
Arr::get($config, 'soap_log_level', 'ERROR')
4848
);
4949

5050
$session = (new AdWordsSessionBuilder())

0 commit comments

Comments
 (0)