Skip to content

Commit 6cb5df7

Browse files
committed
Initialize the module path
1 parent f61a6d3 commit 6cb5df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Module.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ abstract class Module extends ServiceProvider implements ModuleContract
3434

3535
protected array $subscribe = [];
3636

37-
protected string $modulePath;
37+
protected ?string $modulePath = null;
3838

3939
/**
4040
* Register the module.

0 commit comments

Comments
 (0)