Skip to content

Commit

Permalink
Merge pull request #8 from C0rTeZ13/ensitech-273
Browse files Browse the repository at this point in the history
ENSITECH-273
  • Loading branch information
MsNatali authored Feb 12, 2025
2 parents 1734c6f + 3bee01b commit 2293710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaravelPhpRdKafkaServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function boot(): void
}
}

protected function packageBasePath(string $directory = null): string
protected function packageBasePath(?string $directory = null): string
{
if ($directory === null) {
return __DIR__;
Expand Down

0 comments on commit 2293710

Please sign in to comment.