Skip to content

Commit

Permalink
Fix services.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
fre5h committed Dec 6, 2019
1 parent ef5048e commit dc161c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ services:
StfalconStudio\DoctrineRedisCacheBundle\Service\Migration\MigrationVersionService:
class: StfalconStudio\DoctrineRedisCacheBundle\Service\Migration\MigrationVersionService

Doctrine\DBAL\Migrations\Finder\MigrationFinderInterface:
class: Doctrine\DBAL\Migrations\Finder\RecursiveRegexFinder
Doctrine\Migrations\Finder\MigrationFinder:
class: Doctrine\Migrations\Finder\RecursiveRegexFinder

0 comments on commit dc161c4

Please sign in to comment.