Skip to content

Commit

Permalink
fix(controller): Fix job import
Browse files Browse the repository at this point in the history
  • Loading branch information
falkia34 committed Aug 13, 2024
1 parent aea80c1 commit 2c2ffc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Api/V1/TransactionController.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use App\Http\Controllers\Controller;
use App\Http\Requests\Transaction\StoreTransactionRequest;
use App\Http\Requests\Transaction\UpdateTransactionRequest;
use App\Listeners\GetTotalTransactionAndTotalInstallment;
use App\Jobs\GetTotalTransactionAndTotalInstallment;
use App\Models\Transaction;
use App\Utils\ResponseFormatter;
use Illuminate\Http\JsonResponse;
Expand Down

0 comments on commit 2c2ffc8

Please sign in to comment.