mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Update doc blocks for all app/
This commit is contained in:
@@ -34,15 +34,16 @@ class DeleteServer extends Job implements ShouldQueue
|
||||
use InteractsWithQueue, SerializesModels;
|
||||
|
||||
/**
|
||||
* Id of server to be deleted.
|
||||
* @var object
|
||||
* ID of server to be deleted.
|
||||
*
|
||||
* @var int
|
||||
*/
|
||||
protected $id;
|
||||
|
||||
/**
|
||||
* Create a new job instance.
|
||||
*
|
||||
* @param int $server
|
||||
* @param int $id
|
||||
* @return void
|
||||
*/
|
||||
public function __construct($id)
|
||||
|
||||
Reference in New Issue
Block a user