fix(ActionlogController): add missing class Illuminate\Support\Facades\Storage

This commit is contained in:
fe80 2024-06-05 10:55:27 +02:00
parent fa083098fc
commit ea7c3c8485
No known key found for this signature in database
GPG key ID: 31197BE94F263CCC

View file

@ -6,6 +6,7 @@ use App\Helpers\Helper;
use App\Models\Actionlog; use App\Models\Actionlog;
use Illuminate\Support\Facades\Response; use Illuminate\Support\Facades\Response;
use Illuminate\Support\Facades\Log; use Illuminate\Support\Facades\Log;
use Illuminate\Support\Facades\Storage;
class ActionlogController extends Controller class ActionlogController extends Controller
{ {
public function displaySig($filename) public function displaySig($filename)