Skip to content

Commit d855e93

Browse files
committed
TASK: Apply migration Neos.Flow-20180415105700
Add scalar type hint to CacheAwareInterface implementations. Note: This migration did not produce any changes, so the commit simply marks the migration as applied. This makes sure it will not be applied again.
1 parent 7daa65d commit d855e93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@
9292
"Neos.Seo-20170127154600",
9393
"Neos.Flow-20170127183102",
9494
"Neos.Fusion-20180211175500",
95-
"Neos.Fusion-20180211184832"
95+
"Neos.Fusion-20180211184832",
96+
"Neos.Flow-20180415105700"
9697
]
9798
}
9899
}

0 commit comments

Comments
 (0)