Skip to content

Commit 5662f12

Browse files
authored
46 Add @mixin docblock to facade (#47)
1 parent 848243a commit 5662f12

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Facades/Google.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
use PulkitJalan\Google\Client;
66
use Illuminate\Support\Facades\Facade;
77

8+
/**
9+
* @mixin Client
10+
*/
811
class Google extends Facade
912
{
1013
/**

0 commit comments

Comments
 (0)