before urpgrade to vue 3

This commit is contained in:
2022-05-06 13:52:18 +02:00
parent b60c4ffd74
commit 1b4ca82754
31 changed files with 1424 additions and 388 deletions

@ -1,7 +1,8 @@
<?php
// src/Controller/FrontendController.php
declare(strict_types=1);
namespace App\Controller;
use App\Repository\QuotesRepository;

@ -22,6 +22,8 @@ use Symfony\Component\Security\Core\User\UserInterface;
itemOperations : ['get'],
attributes : ['security' => 'is_granted("ROLE_USER")']
)]
#[ApiFilter(filterClass: SearchFilter::class, properties: ['username' => 'exact'])]
class User implements UserInterface, PasswordAuthenticatedUserInterface
{
#[ORM\Id]