|
|
|
@@ -3,22 +3,13 @@ |
|
|
|
namespace App\Jobs\Other\Custom\HelloTechno; |
|
|
|
|
|
|
|
use App\Codes\QueueName; |
|
|
|
use App\Jobs\BaseJob; |
|
|
|
use App\Logic\SMS\SMSManager; |
|
|
|
use App\Models\HtCustomParkingName; |
|
|
|
use App\Models\SMSSendOrder; |
|
|
|
use App\Util\Custom\HelloTechno\API; |
|
|
|
use Illuminate\Bus\Queueable; |
|
|
|
use Illuminate\Contracts\Queue\ShouldQueue; |
|
|
|
use Illuminate\Foundation\Bus\Dispatchable; |
|
|
|
use Illuminate\Queue\InteractsWithQueue; |
|
|
|
use Illuminate\Queue\SerializesModels; |
|
|
|
use Illuminate\Support\Arr; |
|
|
|
|
|
|
|
class CacheParkingName implements ShouldQueue |
|
|
|
class CacheParkingName extends BaseJob |
|
|
|
{ |
|
|
|
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
* Create a new job instance. |
|
|
|
* |
|
|
|
|