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.
1 parent f61a6d3 commit 6cb5df7Copy full SHA for 6cb5df7
src/Module.php
@@ -34,7 +34,7 @@ abstract class Module extends ServiceProvider implements ModuleContract
34
35
protected array $subscribe = [];
36
37
- protected string $modulePath;
+ protected ?string $modulePath = null;
38
39
/**
40
* Register the module.
0 commit comments