Skip to content

Commit

Permalink
Merge pull request #19 from threesquared/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
pulkitjalan authored Jan 30, 2017
2 parents 06f08af + c77f0b2 commit e78c485
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Facades/Google.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
namespace PulkitJalan\Google\Facades;

use Illuminate\Support\Facades\Facade;
use PulkitJalan\Google\Client;

class Google extends Facade
{
Expand All @@ -13,6 +14,6 @@ class Google extends Facade
*/
protected static function getFacadeAccessor()
{
return 'google.api.client';
return Client::class;
}
}

0 comments on commit e78c485

Please sign in to comment.