We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18c5c2b + f5f97fe commit 57760a8Copy full SHA for 57760a8
src/LaravelPhpRdKafkaConsumerServiceProvider.php
@@ -29,7 +29,7 @@ public function boot(): void
29
}
30
31
32
- protected function packageBasePath(string $directory = null): string
+ protected function packageBasePath(?string $directory = null): string
33
{
34
if ($directory === null) {
35
return __DIR__;
0 commit comments