define UrlGenerator as Attribute

This commit is contained in:
Simon Vieille 2022-11-19 21:04:58 +01:00
parent 173ed9aa83
commit 34747236ef
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -2,14 +2,12 @@
namespace App\Core\Annotation;
use Doctrine\Common\Annotations\Annotation;
/**
* class UrlGenerator.
*
* @author Simon Vieille <simon@deblan.fr>
* @Annotation
*/
#[\Attribute]
class UrlGenerator
{
public string $service;