Skip to content

Commit 4e2410f

Browse files
committed
Update AppServiceProvider.php
1 parent c56a7de commit 4e2410f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

app/Providers/AppServiceProvider.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace App\Providers;
44

55
use Illuminate\Support\ServiceProvider;
6-
use PulkitJalan\Google\Client as GoogleClient;
76

87
class AppServiceProvider extends ServiceProvider
98
{
@@ -12,7 +11,7 @@ class AppServiceProvider extends ServiceProvider
1211
*/
1312
public function register(): void
1413
{
15-
$this->app->alias(GoogleClient::class, 'google-client');
14+
//
1615
}
1716

1817
/**

0 commit comments

Comments
 (0)