Skip to content

Commit

Permalink
Autowire grid interfaces (#1077) (#1083)
Browse files Browse the repository at this point in the history
Co-authored-by: François-Xavier de Guillebon <deguif@gmail.com>
  • Loading branch information
npotier and deguif authored Feb 11, 2023
1 parent 3f95d94 commit 6727d1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Resources/config/grid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ services:
arguments: ['@service_container', '@apy_grid.registry']
apy_grid.registry:
class: APY\DataGridBundle\Grid\GridRegistry
APY\DataGridBundle\Grid\GridFactoryInterface:
alias: 'apy_grid.factory'
APY\DataGridBundle\Grid\GridRegistryInterface:
alias: 'apy_grid.registry'

# Types
apy_grid.type.grid:
Expand Down

0 comments on commit 6727d1e

Please sign in to comment.