Update InternalApiController

This commit is contained in:
Daniel Supernault 2019-05-08 20:45:53 -06:00
parent 11145be445
commit e66d4286a6
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -325,6 +325,7 @@ class InternalApiController extends Controller
# code... # code...
break; break;
} }
Cache::forget('profiles:private');
return ['msg' => 200]; return ['msg' => 200];
} }