File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 4
4
5
5
use Neos \ContentRepository \Core \CommandHandler \CommandHookInterface ;
6
6
use Neos \ContentRepository \Core \CommandHandler \CommandInterface ;
7
+ use Neos \ContentRepository \Core \CommandHandler \Commands ;
8
+ use Neos \ContentRepository \Core \EventStore \PublishedEvents ;
7
9
use Neos \ContentRepository \Core \Feature \NodeCreation \Command \CreateNodeAggregateWithNode ;
8
10
use Neos \ContentRepository \Core \Feature \NodeModification \Command \SetNodeProperties ;
9
11
use Neos \ContentRepository \Core \NodeType \NodeTypeManager ;
@@ -39,6 +41,11 @@ public function onBeforeHandle(CommandInterface $command): CommandInterface
39
41
};
40
42
}
41
43
44
+ public function onAfterHandle (CommandInterface $ command , PublishedEvents $ events ): Commands
45
+ {
46
+ return Commands::createEmpty ();
47
+ }
48
+
42
49
private function handleSetNodeProperties (SetNodeProperties $ command ): CommandInterface
43
50
{
44
51
if (isset ($ command ->propertyValues ->values ['identifier ' ])) {
You can’t perform that action at this time.
0 commit comments