diff --git a/app/Services/Report/StampService.php b/app/Services/Report/StampService.php index 6711cbe..270977b 100644 --- a/app/Services/Report/StampService.php +++ b/app/Services/Report/StampService.php @@ -3,6 +3,7 @@ namespace App\Services\Report; use App\Models\User; +use Illuminate\Support\Facades\Storage; final class StampService {