This commit is contained in:
Bozhidar 2024-05-10 15:54:49 +03:00
parent 91bebbadc3
commit bd53013d4b
2 changed files with 6 additions and 0 deletions

View file

@ -17,6 +17,9 @@ class ProcessHostingSubscriptionBackup implements ShouldQueue
protected $id;
public static $displayName = 'Hosting Subscription Backup';
public static $displayDescription = 'Backup hosting subscription files and database...';
/**
* Create a new job instance.
*/

View file

@ -15,6 +15,9 @@ class RestoreBackup implements ShouldQueue
public $backupFile = null;
public static $displayName = 'Restore Backup';
public static $displayDescription = 'Restore backup file...';
/**
* Create a new job instance.
*/