This commit is contained in:
James Cole
2024-03-16 07:03:50 +01:00
parent 55f14c587b
commit b3649cd4d0
5 changed files with 197 additions and 2 deletions

View File

@@ -26,11 +26,11 @@ class UpgradeSkeleton extends Command
{
$start = microtime(true);
if ($this->isExecuted() && true !== $this->option('force')) {
$this->info('FRIENDLY This command has already been executed.');
$this->friendlyInfo('This command has already been executed.');
return 0;
}
$this->warn('Congrats, you found the skeleton command. Boo!');
$this->friendlyWarning('Congrats, you found the skeleton command. Boo!');
//$this->markAsExecuted();