From 03672e05c58dd8cf147e1adef8a1e1fe08d5e26c Mon Sep 17 00:00:00 2001 From: Robin Krahnen Date: Thu, 23 Sep 2021 16:14:00 +0200 Subject: [PATCH] TASK: Apply migration Neos.Flow-20190425144900 Adjusts code to FlashMessageContainer renaming from "\Neos\Flow\Mvc" to "\Neos\Flow\Mvc\FlashMessage". 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. --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index cace62e..9cea398 100644 --- a/composer.json +++ b/composer.json @@ -62,7 +62,8 @@ "Neos.Flow-20170125103800", "Neos.Flow-20170127183102", "DigiComp.SettingValidator-20170603120900", - "Neos.Flow-20180415105700" + "Neos.Flow-20180415105700", + "Neos.Flow-20190425144900" ] }, "authors": [ @@ -81,4 +82,4 @@ "doctrine", "sequence" ] -} +} \ No newline at end of file