Skip to content

Commit

Permalink
change apps installed cache
Browse files Browse the repository at this point in the history
  • Loading branch information
cuneytsenturk committed May 19, 2020
1 parent 761747b commit 481ca44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Traits/Modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public function getInstalledModules($data = [])
{
$company_id = session('company_id');

$key = 'installed.' . $company_id . '.module';
$key = 'apps.installed.' . $company_id . '.app';

if ($installed = Cache::get($key)) {
return $installed;
Expand Down

0 comments on commit 481ca44

Please sign in to comment.