Fast Log add tenant
This commit is contained in:
parent
7596304809
commit
c705813a9d
1 changed files with 3 additions and 0 deletions
|
@ -67,6 +67,9 @@ class Image {
|
|||
|
||||
Storage::disk("cache")->put($cacheName, $jpg);
|
||||
|
||||
$image->refreshCache = false;
|
||||
$image->saveOrFail();
|
||||
|
||||
$file = new File("cache", $cacheName);
|
||||
$file->setContent($jpg);
|
||||
unset($jpg);
|
||||
|
|
Loading…
Reference in a new issue