Skip to content

Commit

Permalink
fix style and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pulkitjalan committed Sep 6, 2019
1 parent 49efcab commit ad53d05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
Google Api Client Wrapper
=========

> Google api php client wrapper with Cloud Platform and Laravel 4 & 5 support
> Google api php client wrapper with Cloud Platform and Laravel support
[![Latest Stable Version](https://poser.pugx.org/pulkitjalan/google-apiclient/v/stable?format=flat-square)](https://packagist.org/packages/pulkitjalan/google-apiclient)
[![MIT License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](http://www.opensource.org/licenses/MIT)
Expand Down
2 changes: 1 addition & 1 deletion src/Facades/Google.php
Expand Up @@ -2,8 +2,8 @@

namespace PulkitJalan\Google\Facades;

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

class Google extends Facade
{
Expand Down

0 comments on commit ad53d05

Please sign in to comment.