Update src/App/Module.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
8bf61848f9
commit
2f4e19a82f
|
@ -153,7 +153,7 @@ class Module
|
||||||
|
|
||||||
$isBackend = in_array($module, Module::BACKEND_MODULES);;
|
$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 New Issue
Block a user