renaming of class to avoid confusion

This commit is contained in:
2022-07-28 11:24:36 +02:00
parent 8085fe2c17
commit 13b15f5057
3 changed files with 7 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ use Symfony\Component\Form\FormBuilderInterface;
use Symfony\Component\Security\Core\Security;
use Symfony\Contracts\Translation\TranslatorInterface;
class UserJobFilter implements FilterInterface
class ReferrerJobFilter implements FilterInterface
{
protected TranslatorInterface $translator;

View File

@@ -21,7 +21,7 @@ use Symfony\Bridge\Doctrine\Form\Type\EntityType;
use Symfony\Component\Form\FormBuilderInterface;
use Symfony\Contracts\Translation\TranslatorInterface;
class UserScopeFilter implements FilterInterface
class ReferrerScopeFilter implements FilterInterface
{
protected TranslatorInterface $translator;