Skip to content

Commit 57760a8

Browse files
authored
Merge pull request #18 from C0rTeZ13/ensitech-273
ENSITECH-273
2 parents 18c5c2b + f5f97fe commit 57760a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaravelPhpRdKafkaConsumerServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function boot(): void
2929
}
3030
}
3131

32-
protected function packageBasePath(string $directory = null): string
32+
protected function packageBasePath(?string $directory = null): string
3333
{
3434
if ($directory === null) {
3535
return __DIR__;

0 commit comments

Comments
 (0)