Skip to content

Commit ad53d05

Browse files
committed
fix style and update readme
1 parent 49efcab commit ad53d05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Google Api Client Wrapper
22
=========
33

4-
> Google api php client wrapper with Cloud Platform and Laravel 4 & 5 support
4+
> Google api php client wrapper with Cloud Platform and Laravel support
55
66
[![Latest Stable Version](https://poser.pugx.org/pulkitjalan/google-apiclient/v/stable?format=flat-square)](https://packagist.org/packages/pulkitjalan/google-apiclient)
77
[![MIT License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](http://www.opensource.org/licenses/MIT)

src/Facades/Google.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace PulkitJalan\Google\Facades;
44

5-
use Illuminate\Support\Facades\Facade;
65
use PulkitJalan\Google\Client;
6+
use Illuminate\Support\Facades\Facade;
77

88
class Google extends Facade
99
{

0 commit comments

Comments
 (0)