Skip to content

Commit 0366320

Browse files
Fixing services.yaml after refactoring
1 parent eeb6393 commit 0366320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/config/services.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
CleverAge\DoctrineProcessBundle\Task\:
3-
resource: '../../../Task/*'
3+
resource: '../../Task/'
44
autowire: true
55
public: true
66
shared: false

0 commit comments

Comments
 (0)