typo
This commit is contained in:
parent
2617181248
commit
8afee14fea
@ -440,7 +440,7 @@ trait Modules
|
||||
}
|
||||
|
||||
// Check if module is installed in cloud
|
||||
if (request()->getHost() == 'app.akaunting.com') {
|
||||
if (request()->getHost() == 'app.akaunting.com' || request()->getHost() == 'localhost') {
|
||||
$modules = Cache::get('cloud.companies.' . company_id() . '.modules.installed', []);
|
||||
|
||||
if (in_array($alias, $modules)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user