Update other old references

This commit is contained in:
Darko Gjorgjijoski
2024-01-28 00:35:15 +01:00
parent bd8283d204
commit 650644df0a
11 changed files with 14 additions and 14 deletions

View File

@@ -20,14 +20,14 @@ class UpdateCommand extends Command
*
* @var string
*/
protected $signature = 'crater:update';
protected $signature = 'core:update';
/**
* The console command description.
*
* @var string
*/
protected $description = 'Automatically update your crater app';
protected $description = 'Automatically update your InvoiceShelf Core App';
/**
* Create a new command instance.