Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Added aliases for Symfony4 service autowiring #922

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,11 @@ services:
- '@router'
- '@doctrine.orm.entity_manager'
- '@twig'

Sg\DatatablesBundle\Response\DatatableResponse:
alias: sg_datatables.response
public: false

Sg\DatatablesBundle\Datatable\DatatableFactory:
alias: sg_datatables.factory
public: false