styling
This commit is contained in:
parent
dbee33dd18
commit
49d068f2dc
@ -3,14 +3,14 @@
|
|||||||
namespace App\Jobs\Banking;
|
namespace App\Jobs\Banking;
|
||||||
|
|
||||||
use App\Abstracts\Job;
|
use App\Abstracts\Job;
|
||||||
use App\Models\Banking\Transaction;
|
|
||||||
use App\Events\Banking\TransactionCreated;
|
use App\Events\Banking\TransactionCreated;
|
||||||
use App\Events\Banking\TransactionCreating;
|
use App\Events\Banking\TransactionCreating;
|
||||||
|
use App\Models\Banking\Transaction;
|
||||||
|
|
||||||
class CreateTransaction extends Job
|
class CreateTransaction extends Job
|
||||||
{
|
{
|
||||||
protected $request;
|
protected $request;
|
||||||
|
|
||||||
protected $transaction;
|
protected $transaction;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user