diff --git a/src/Module.php b/src/Module.php index 223cf96..ab2f29c 100644 --- a/src/Module.php +++ b/src/Module.php @@ -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; } }