Skip to content

Commit

Permalink
chore: remove legacy code
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkrovitch committed Oct 28, 2023
1 parent ff92998 commit 996992f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 113 deletions.
6 changes: 0 additions & 6 deletions config/services/factories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ services:
$validator: '@validator'
$decorated: '@.inner'

LAG\AdminBundle\Metadata\Factory\ResourceFactoryCacheDecorator:
decorates: 'lag_admin.resource.factory'
decoration_priority: -10
arguments:
$decorated: '@.inner'

# Operations factories
lag_admin.operation.factory: '@LAG\AdminBundle\Metadata\Factory\OperationFactoryInterface'
LAG\AdminBundle\Metadata\Factory\OperationFactoryInterface:
Expand Down
74 changes: 0 additions & 74 deletions src/Resource/Registry/ResourceRegistry.php

This file was deleted.

32 changes: 0 additions & 32 deletions src/Resource/Registry/ResourceRegistryInterface.php

This file was deleted.

2 changes: 1 addition & 1 deletion src/Session/FlashMessage/FlashMessageHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

use Symfony\Component\HttpFoundation\RequestStack;
use Symfony\Component\HttpFoundation\Session\Session;

// TODO remove ?
class FlashMessageHelper
{
public function __construct(
Expand Down

0 comments on commit 996992f

Please sign in to comment.