Removed UUID include

This commit is contained in:
Ryan Prather 2024-05-16 21:01:02 -04:00
parent 38e9b69e64
commit 06cbc286a6

View File

@ -16,7 +16,6 @@ use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\Routing\Attribute\Route;
use Symfony\Component\Uid\Uuid;
class AjaxController extends AbstractController
{