Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 9c148c9

Browse files
mbardelmeijergithub-actions[bot]
authored andcommitted
Fix styling
1 parent aa788e0 commit 9c148c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaravelExcelToGoogleSheetServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function bootingPackage(): void
3131
$this->app->bind(GoogleSheetPusher::class, fn () => new GoogleSheetPusher($this->app->make(GoogleSheetService::class)));
3232
}
3333

34-
protected function guardAgainstInvalidConfiguration(array $config = null): void
34+
protected function guardAgainstInvalidConfiguration(?array $config = null): void
3535
{
3636
if (is_array($config['service_account_credentials_json'])) {
3737
return;

0 commit comments

Comments
 (0)