fix: adding cache missing from artwork controller
This commit is contained in:
parent
ae697fbaae
commit
3b45563ce5
@ -14,6 +14,7 @@
|
||||
use Illuminate\Support\Facades\Log;
|
||||
use Illuminate\Support\Str;
|
||||
use Intervention\Image\Facades\Image;
|
||||
use Illuminate\Support\Facades\Cache;
|
||||
use ImageOptimizer;
|
||||
|
||||
class ArtworkController extends Controller
|
||||
|
Loading…
Reference in New Issue
Block a user