add service dir
This commit is contained in:
@ -3,10 +3,9 @@
|
||||
namespace App\Jobs\Wallet;
|
||||
|
||||
use App\Bean\Queue\Wallet\QueueWalletPlatformTransactionBean;
|
||||
use App\Exceptions\QueueException;
|
||||
use App\Models\Wallet\Wallet\WalletAddressTransactionModel;
|
||||
use App\Service\PlatformRechargeService;
|
||||
use App\Service\PlatformWithdrawService;
|
||||
use App\Service\Wallet\PlatformRechargeService;
|
||||
use App\Service\Wallet\PlatformWithdrawService;
|
||||
use Illuminate\Bus\Queueable;
|
||||
use Illuminate\Contracts\Queue\ShouldQueue;
|
||||
use Illuminate\Foundation\Bus\Dispatchable;
|
||||
|
||||
Reference in New Issue
Block a user