Skip to content

Commit

Permalink
Declare class issue solved..
Browse files Browse the repository at this point in the history
  • Loading branch information
cuneytsenturk committed Dec 5, 2024
1 parent 9aba233 commit d8ba8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ protected function loadTranslations(): void
protected function loadFiles(): void
{
foreach ($this->get('files', []) as $file) {
include $this->getPath() . '/' . $file;
include_once $this->getPath() . '/' . $file;
}
}

Expand Down

0 comments on commit d8ba8aa

Please sign in to comment.