change apps installed cache
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user