Skip to content

Commit

Permalink
Merge pull request #6 from LeorentKelmendi/master
Browse files Browse the repository at this point in the history
[Improve] Update fire to handle method
  • Loading branch information
nikolajlovenhardt authored Jan 30, 2018
2 parents d4a4b9f + 5fe49ea commit f61fe92
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/LaravelFacebookAds/Console/App/GenerateTokenCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ class GenerateTokenCommand extends Command
* @var string
*/
protected $description = 'Generate a new user token';


/**
* @param FacebookAdsService $facebookAdsService
*/
public function handle(FacebookAdsService $facebookAdsService)
{
$this->fire($facebookAdsService);
}

/**
* Fire command
Expand Down

0 comments on commit f61fe92

Please sign in to comment.