Cache private profile id list

This commit is contained in:
Daniel Supernault 2019-02-24 23:22:06 -07:00
parent 3b7802814d
commit fcef8c9a2f
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7
4 changed files with 17 additions and 9 deletions

View file

@ -57,6 +57,7 @@ trait AdminReportController
case 'unlist':
$item->visibility = 'unlisted';
$item->save();
Cache::forget('profiles:private');
break;
case 'delete':