Update src/App/Module.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
8bf61848f9
commit
2f4e19a82f
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ class Module
|
|||
|
||||
$isBackend = in_array($module, Module::BACKEND_MODULES);;
|
||||
|
||||
return new Module($module,null, $isBackend, $this->printNotAllowedAddon);
|
||||
return new Module($module, null, $isBackend, $this->printNotAllowedAddon);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue