From e03dec3ed247700b67bb688c2bdcd4680e682de2 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sun, 6 Jun 2021 10:09:55 +1000 Subject: [PATCH] Improve check data scripts --- app/Console/Commands/CheckData.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Console/Commands/CheckData.php b/app/Console/Commands/CheckData.php index feb82b15cd3c..f76f64fc9a0b 100644 --- a/app/Console/Commands/CheckData.php +++ b/app/Console/Commands/CheckData.php @@ -28,6 +28,7 @@ use Exception; use Illuminate\Console\Command; use Mail; use Symfony\Component\Console\Input\InputOption; +use Illuminate\Support\Str; /*