Cache private profile id list
This commit is contained in:
parent
3b7802814d
commit
fcef8c9a2f
4 changed files with 17 additions and 9 deletions
|
@ -57,6 +57,7 @@ trait AdminReportController
|
|||
case 'unlist':
|
||||
$item->visibility = 'unlisted';
|
||||
$item->save();
|
||||
Cache::forget('profiles:private');
|
||||
break;
|
||||
|
||||
case 'delete':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue