change apps installed cache

This commit is contained in:
Cüneyt Şentürk 2020-05-20 01:19:48 +03:00
parent 761747beac
commit 481ca44a8a

View File

@ -176,7 +176,7 @@ trait Modules
{
$company_id = session('company_id');
$key = 'installed.' . $company_id . '.module';
$key = 'apps.installed.' . $company_id . '.app';
if ($installed = Cache::get($key)) {
return $installed;