去除 无用的部分

This commit is contained in:
iVampireSP.com 2023-02-09 18:09:45 +08:00
parent 91205a2ba1
commit b33643ee18
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132
12 changed files with 0 additions and 111 deletions

View File

@ -14,16 +14,6 @@ class DeleteHostJob implements ShouldQueue
{
use InteractsWithQueue, Queueable, SerializesModels;
/**
* Create a new job instance.
*
* @return void
*/
public function __construct()
{
//
}
/**
* Execute the job.
*

View File

@ -21,7 +21,6 @@ class DispatchHostCostQueueJob implements ShouldQueue
*/
public function __construct($minute)
{
//
$this->minute = $minute;
}

View File

@ -14,16 +14,6 @@ class PushHostJob implements ShouldQueue
{
use InteractsWithQueue, Queueable, SerializesModels;
/**
* Create a new job instance.
*
* @return void
*/
public function __construct()
{
//
}
/**
* Execute the job.
*

View File

@ -15,16 +15,6 @@ class ScanAllHostsJob implements ShouldQueue
{
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
/**
* Create a new job instance.
*
* @return void
*/
public function __construct()
{
//
}
/**
* Execute the job.
*

View File

@ -12,16 +12,6 @@ class DispatchFetchModuleJob implements ShouldQueue
{
use InteractsWithQueue, Queueable, SerializesModels;
/**
* Create a new job instance.
*
* @return void
*/
public function __construct()
{
//
}
/**
* Execute the job.
*

View File

@ -9,16 +9,6 @@
class SendModuleEarningsJob extends Job
{
/**
* Create a new job instance.
*
* @return void
*/
public function __construct()
{
//
}
/**
* Execute the job.
*

View File

@ -12,16 +12,6 @@
class CheckAndChargeBalanceJob extends Job implements ShouldQueue
{
/**
* Create a new job instance.
*
* @return void
*/
public function __construct()
{
//
}
/**
* Execute the job.
*

View File

@ -14,16 +14,6 @@ class ClearTasksJob implements ShouldQueue
{
use InteractsWithQueue, Queueable, SerializesModels;
/**
* Create a new job instance.
*
* @return void
*/
public function __construct()
{
//
}
/**
* Execute the job.
*

View File

@ -14,16 +14,6 @@ class RollbackUserTempGroupJob implements ShouldQueue
{
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
/**
* Create a new job instance.
*
* @return void
*/
public function __construct()
{
//
}
/**
* Execute the job.
*

View File

@ -15,16 +15,6 @@ class SetBirthdayGroupJob implements ShouldQueue
{
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
/**
* Create a new job instance.
*
* @return void
*/
public function __construct()
{
//
}
/**
* Execute the job.
*

View File

@ -7,16 +7,6 @@
class AutoCloseWorkOrderJob extends Job
{
/**
* Create a new job instance.
*
* @return void
*/
public function __construct()
{
//
}
/**
* Execute the job.
*

View File

@ -14,16 +14,6 @@ class PushWorkOrderJob implements ShouldQueue
{
use InteractsWithQueue, Queueable, SerializesModels;
/**
* Create a new job instance.
*
* @return void
*/
public function __construct()
{
//
}
/**
* Execute the job.
*