This repository was archived by the owner on Apr 14, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Most of the package is developed with the user is logged in via Google in mind.
5151Assume 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;
5555use Google\AdsApi\AdWords\v201609\mcm\CustomerService;
5656
5757class MyAuth {
Original file line number Diff line number Diff line change 22
33namespace EasyAdWords \Campaigns ;
44
5- use EasyAdWords \Auth \AdWordsAuth ;
5+ use EasyAdWords \AdWordsAuth \AdWordsAuth ;
66use EasyAdWords \Entity ;
77use EasyAdWords \EntityInterface ;
88use Exception ;
Original file line number Diff line number Diff line change 33namespace EasyAdWords ;
44
55
6- use EasyAdWords \Auth \AdWordsAuth ;
6+ use EasyAdWords \AdWordsAuth \AdWordsAuth ;
77use Google \AdsApi \AdWords \AdWordsServices ;
88use Google \AdsApi \AdWords \v201609 \cm \Paging ;
99use Google \AdsApi \AdWords \v201609 \cm \Selector ;
Original file line number Diff line number Diff line change 22
33namespace EasyAdWords \Reports ;
44
5- use EasyAdWords \Auth \AdWordsAuth ;
5+ use EasyAdWords \AdWordsAuth \AdWordsAuth ;
66use EasyAdWords \Base ;
77use Google \AdsApi \AdWords \Reporting \v201609 \DownloadFormat ;
88use Google \AdsApi \AdWords \Reporting \v201609 \ReportDefinition ;
You can’t perform that action at this time.
0 commit comments