Skip to content

Commit 8407052

Browse files
committed
fix: Reset branch to dev and cherry pick form request changes
1 parent 2f9254d commit 8407052

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/Http/Controllers/API/v1/TransactionController.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
use OpenApi\Attributes as OA;
1616
use Symfony\Component\HttpKernel\Exception\HttpException;
1717
use Throwable;
18+
use App\Http\Requests\StoreTransactionRequest;
19+
use App\Http\Requests\UpdateTransactionRequest;
1820

1921
#[OA\Tag(name: 'Transactions', description: 'Endpoints for managing transactions')]
2022
class TransactionController extends ApiController

0 commit comments

Comments
 (0)