Merge pull request #10284 from firefly-iii/fix-missing-import-2

Temp commit because the build fails otherwise and I haven't fixed tha…
This commit is contained in:
James Cole
2025-05-11 13:56:41 +02:00
committed by GitHub

View File

@@ -45,6 +45,8 @@ use Symfony\Component\HttpKernel\Exception\HttpException;
use Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException; use Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException;
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
// temp
/** /**
* Class Handler * Class Handler
*/ */