This commit is contained in:
James Cole
2026-01-10 18:28:10 +01:00
parent 6c534f01eb
commit 869ee7c735

View File

@@ -44,6 +44,7 @@ use Illuminate\Support\Facades\Log;
use Illuminate\Support\Facades\Validator;
use Illuminate\Validation\ValidationException;
use League\Fractal\Resource\Item;
use Symfony\Component\HttpKernel\Exception\GoneHttpException;
use Symfony\Component\HttpKernel\Exception\HttpException;
/**
@@ -83,7 +84,7 @@ class StoreController extends Controller
*
* Store a new transaction.
*
* @throws FireflyException|ValidationException
* @throws FireflyException|ValidationException|GoneHttpException
*/
public function store(StoreRequest $request): JsonResponse
{