Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mantas6 committed Dec 31, 2024
1 parent 4576234 commit ee4e405
Showing 1 changed file with 1 addition and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class InspireCommand extends Command
*
* @var string
*/
protected $signature = 'inspire {name=Artisan}';
protected $signature = 'inspire';

/**
* The description of the command.
Expand All @@ -28,21 +28,6 @@ class InspireCommand extends Command
*/
public function handle(): void
{
render(<<<'HTML'
<div class="py-1 ml-2">
<div class="px-1 bg-blue-300 text-black">Laravel Zero</div>
<em class="ml-1">
Simplicity is the ultimate sophistication.
</em>
</div>
HTML);
}

/**
* Define the command's schedule.
*/
public function schedule(Schedule $schedule): void
{
// $schedule->command(static::class)->everyMinute();
}
}

0 comments on commit ee4e405

Please sign in to comment.