Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.x' into versions-introduce-events
Browse files Browse the repository at this point in the history
# Conflicts:
#	qodana.sarif.json
  • Loading branch information
mattamon committed May 21, 2024
2 parents 38a5fbf + 74183df commit 9377f75
Show file tree
Hide file tree
Showing 22 changed files with 2,388 additions and 1,377 deletions.
21 changes: 21 additions & 0 deletions config/dependencies.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
services:
_defaults:
autowire: true
autoconfigure: true
public: false

# controllers are imported separately to make sure they're public
# and have a tag that allows actions to type-hint services
Pimcore\Bundle\StudioBackendBundle\Dependency\Controller\:
resource: '../src/Dependency/Controller'
public: true
tags: [ 'controller.service_arguments' ]

Pimcore\Bundle\StudioBackendBundle\Dependency\Repository\DependencyRepositoryInterface:
class: Pimcore\Bundle\StudioBackendBundle\Dependency\Repository\DependencyRepository

Pimcore\Bundle\StudioBackendBundle\Dependency\Service\DependencyServiceInterface:
class: Pimcore\Bundle\StudioBackendBundle\Dependency\Service\DependencyService

Pimcore\Bundle\StudioBackendBundle\Dependency\Hydrator\DependencyHydratorInterface:
class: Pimcore\Bundle\StudioBackendBundle\Dependency\Hydrator\DependencyHydrator
Loading

0 comments on commit 9377f75

Please sign in to comment.