mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-25 09:00:27 +00:00
update
This commit is contained in:
parent
91bebbadc3
commit
bd53013d4b
2 changed files with 6 additions and 0 deletions
|
@ -17,6 +17,9 @@ class ProcessHostingSubscriptionBackup implements ShouldQueue
|
||||||
|
|
||||||
protected $id;
|
protected $id;
|
||||||
|
|
||||||
|
public static $displayName = 'Hosting Subscription Backup';
|
||||||
|
public static $displayDescription = 'Backup hosting subscription files and database...';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a new job instance.
|
* Create a new job instance.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -15,6 +15,9 @@ class RestoreBackup implements ShouldQueue
|
||||||
|
|
||||||
public $backupFile = null;
|
public $backupFile = null;
|
||||||
|
|
||||||
|
public static $displayName = 'Restore Backup';
|
||||||
|
public static $displayDescription = 'Restore backup file...';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a new job instance.
|
* Create a new job instance.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue