Update src/App/Module.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
Philipp 2021-11-16 21:11:47 +01:00 committed by GitHub
parent 8bf61848f9
commit 2f4e19a82f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
}
/**