Skip to content

Commit

Permalink
fix: fix wrong service defintion for grid factory (#1103)
Browse files Browse the repository at this point in the history
  • Loading branch information
deguif committed Dec 14, 2023
1 parent 36d060f commit 970e7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/config/grid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
# Core
apy_grid.factory:
class: APY\DataGridBundle\Grid\GridFactory
arguments: ['@service_container', '@apy_grid.registry']
arguments: ['@service_container', '@security.authorization_checker', '@twig', '@apy_grid.registry']
apy_grid.registry:
class: APY\DataGridBundle\Grid\GridRegistry
APY\DataGridBundle\Grid\GridFactoryInterface:
Expand Down

0 comments on commit 970e7f8

Please sign in to comment.