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 {