Skip to content

Commit

Permalink
fixing conflic merge
Browse files Browse the repository at this point in the history
  • Loading branch information
yaza-putu committed Dec 2, 2022
1 parent b402e51 commit 50d2472
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/LaravelGoogleDriveStorageServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ public function configurePackage(Package $package): void
public function bootingPackage()
{
try {
<<<<<<< HEAD
=======
app()->config['filesystems.disks.google'] = [
'driver' => 'google',
'clientId' => env('GOOGLE_DRIVE_CLIENT_ID'),
Expand All @@ -39,7 +37,6 @@ public function bootingPackage()
//'teamDriveId' => env('GOOGLE_DRIVE_TEAM_DRIVE_ID'),
];

>>>>>>> development
Storage::extend('google', function ($app, $config) {
$options = [];

Expand Down

0 comments on commit 50d2472

Please sign in to comment.