Skip to content

Commit

Permalink
🎨 Add missing type to the config property
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Dec 21, 2023
1 parent ab74cab commit 5afefd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Modules/AbstractModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ abstract class AbstractModule implements Module
/**
* The module config.
*/
protected $config;
protected Collection $config;

/**
* Initialize the Module instance.
Expand Down

0 comments on commit 5afefd0

Please sign in to comment.