Skip to content

Commit d8ba8aa

Browse files
committed
Declare class issue solved..
1 parent 9aba233 commit d8ba8aa

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
@@ -254,7 +254,7 @@ protected function loadTranslations(): void
254254
protected function loadFiles(): void
255255
{
256256
foreach ($this->get('files', []) as $file) {
257-
include $this->getPath() . '/' . $file;
257+
include_once $this->getPath() . '/' . $file;
258258
}
259259
}
260260

0 commit comments

Comments
 (0)