change apps installed cache
This commit is contained in:
parent
761747beac
commit
481ca44a8a
@ -176,7 +176,7 @@ trait Modules
|
|||||||
{
|
{
|
||||||
$company_id = session('company_id');
|
$company_id = session('company_id');
|
||||||
|
|
||||||
$key = 'installed.' . $company_id . '.module';
|
$key = 'apps.installed.' . $company_id . '.app';
|
||||||
|
|
||||||
if ($installed = Cache::get($key)) {
|
if ($installed = Cache::get($key)) {
|
||||||
return $installed;
|
return $installed;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user