Skip to content
This repository was archived by the owner on Apr 14, 2023. It is now read-only.

Commit b285868

Browse files
author
Burak Karakan
committed
Updated the auth class path in source files.
1 parent 3999020 commit b285868

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Most of the package is developed with the user is logged in via Google in mind.
5151
Assume that you used this part in constructor, which means this is used for both redirecting and callback parts:
5252

5353
```php
54-
use EasyAdWords\Auth\AdWordsAuth;
54+
use EasyAdWords\AdWordsAuth\AdWordsAuth;
5555
use Google\AdsApi\AdWords\v201609\mcm\CustomerService;
5656

5757
class MyAuth {

src/Campaigns/Campaign.php

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

33
namespace EasyAdWords\Campaigns;
44

5-
use EasyAdWords\Auth\AdWordsAuth;
5+
use EasyAdWords\AdWordsAuth\AdWordsAuth;
66
use EasyAdWords\Entity;
77
use EasyAdWords\EntityInterface;
88
use Exception;

src/Entity.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace EasyAdWords;
44

55

6-
use EasyAdWords\Auth\AdWordsAuth;
6+
use EasyAdWords\AdWordsAuth\AdWordsAuth;
77
use Google\AdsApi\AdWords\AdWordsServices;
88
use Google\AdsApi\AdWords\v201609\cm\Paging;
99
use Google\AdsApi\AdWords\v201609\cm\Selector;

src/Reports/Report.php

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

33
namespace EasyAdWords\Reports;
44

5-
use EasyAdWords\Auth\AdWordsAuth;
5+
use EasyAdWords\AdWordsAuth\AdWordsAuth;
66
use EasyAdWords\Base;
77
use Google\AdsApi\AdWords\Reporting\v201609\DownloadFormat;
88
use Google\AdsApi\AdWords\Reporting\v201609\ReportDefinition;

0 commit comments

Comments
 (0)