Skip to content

Commit 9abe86d

Browse files
committed
BUGFIX: StorageFolder injected to constructor
1 parent 2edaed8 commit 9abe86d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Configuration/Objects.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ Flowpack\SimpleSearch\Domain\Service\IndexInterface:
55
className: Flowpack\SimpleSearch\Domain\Service\SqLiteIndex
66

77
Flowpack\SimpleSearch\Domain\Service\SqLiteIndex:
8-
properties:
9-
storageFolder:
10-
value: '%FLOW_PATH_DATA%Persistent/Flowpack_SimpleSearch_SqLite/'
8+
arguments:
9+
2:
10+
value: '%FLOW_PATH_DATA%Persistent/Flowpack_SimpleSearch_SqLite/'

0 commit comments

Comments
 (0)