Skip to content

Commit

Permalink
Remove unused attribute reader service
Browse files Browse the repository at this point in the history
  • Loading branch information
franmomu committed Dec 16, 2023
1 parent 172f080 commit 52ede0e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/App/config/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

namespace Symfony\Component\DependencyInjection\Loader\Configurator;

use Gedmo\Mapping\Driver\AttributeReader;
use Gedmo\Translatable\TranslatableListener;
use Knp\DoctrineBehaviors\Provider\UserProvider;
use Sonata\TranslationBundle\Tests\App\Admin\GedmoCategoryAdmin;
Expand Down Expand Up @@ -44,8 +43,6 @@
'label' => 'Knp Category',
])

->set(AttributeReader::class)

->set('app.gedmo.translation_listener', TranslatableListener::class)
->call('setAnnotationReader', [service('annotation_reader')->nullOnInvalid()])
->call('setDefaultLocale', [param('locale')])
Expand Down

0 comments on commit 52ede0e

Please sign in to comment.