adds a try catch

This commit is contained in:
Godfrey M 2024-07-29 15:12:48 -07:00
parent e395ee1878
commit f9a47c8a9f

View file

@ -16,6 +16,7 @@ use App\Models\Statuslabel;
use App\Models\Supplier;
use App\Models\User;
use Illuminate\Console\Command;
use Illuminate\Support\Facades\Log;
use Illuminate\Support\Facades\Storage;
class Purge extends Command