Skip to content

Commit 9ed9950

Browse files
committed
styling fix
1 parent 4730508 commit 9ed9950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AdWordsServiceFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
namespace SchulzeFelix\AdWords;
44

5+
use Illuminate\Support\Arr;
56
use Google\AdsApi\AdWords\AdWordsSession;
67
use Google\AdsApi\AdWords\AdWordsServices;
78
use Google\AdsApi\Common\AdsLoggerFactory;
89
use Google\AdsApi\Common\OAuth2TokenBuilder;
910
use Google\AdsApi\AdWords\AdWordsSessionBuilder;
1011
use Google\AdsApi\AdWords\v201809\o\TargetingIdeaService;
11-
use Illuminate\Support\Arr;
1212

1313
class AdWordsServiceFactory
1414
{

0 commit comments

Comments
 (0)