From a5c89f7dd0bbd30cb2fc756bdeea6580c82899ec Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Thu, 13 Jan 2022 21:52:26 +0000 Subject: [PATCH] Apply fixes from StyleCI --- app/Commands/InspireCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Commands/InspireCommand.php b/app/Commands/InspireCommand.php index 85bb783..c45e286 100644 --- a/app/Commands/InspireCommand.php +++ b/app/Commands/InspireCommand.php @@ -2,9 +2,9 @@ namespace App\Commands; -use function Termwind\{render}; use Illuminate\Console\Scheduling\Schedule; use LaravelZero\Framework\Commands\Command; +use function Termwind\{render}; class InspireCommand extends Command {