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

Commit

Permalink
Updated the auth class path in source files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Burak Karakan committed Apr 21, 2017
1 parent 3999020 commit b285868
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Most of the package is developed with the user is logged in via Google in mind.
Assume that you used this part in constructor, which means this is used for both redirecting and callback parts:

```php
use EasyAdWords\Auth\AdWordsAuth;
use EasyAdWords\AdWordsAuth\AdWordsAuth;
use Google\AdsApi\AdWords\v201609\mcm\CustomerService;

class MyAuth {
Expand Down
2 changes: 1 addition & 1 deletion src/Campaigns/Campaign.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace EasyAdWords\Campaigns;

use EasyAdWords\Auth\AdWordsAuth;
use EasyAdWords\AdWordsAuth\AdWordsAuth;
use EasyAdWords\Entity;
use EasyAdWords\EntityInterface;
use Exception;
Expand Down
2 changes: 1 addition & 1 deletion src/Entity.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace EasyAdWords;


use EasyAdWords\Auth\AdWordsAuth;
use EasyAdWords\AdWordsAuth\AdWordsAuth;
use Google\AdsApi\AdWords\AdWordsServices;
use Google\AdsApi\AdWords\v201609\cm\Paging;
use Google\AdsApi\AdWords\v201609\cm\Selector;
Expand Down
2 changes: 1 addition & 1 deletion src/Reports/Report.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace EasyAdWords\Reports;

use EasyAdWords\Auth\AdWordsAuth;
use EasyAdWords\AdWordsAuth\AdWordsAuth;
use EasyAdWords\Base;
use Google\AdsApi\AdWords\Reporting\v201609\DownloadFormat;
use Google\AdsApi\AdWords\Reporting\v201609\ReportDefinition;
Expand Down

0 comments on commit b285868

Please sign in to comment.