Skip to content

Neos9 compatible#29

Merged
JamesAlias merged 3 commits intosandstorm:masterfrom
queoGmbH:neos9
May 21, 2025
Merged

Neos9 compatible#29
JamesAlias merged 3 commits intosandstorm:masterfrom
queoGmbH:neos9

Conversation

@Jan3k3y
Copy link
Contributor

@Jan3k3y Jan3k3y commented Nov 8, 2024

tested with NeosDocsIo and Backend was loading without problems

@markusguenther
Copy link
Contributor

Extended the PR in #31

@JamesAlias JamesAlias merged commit 36ec491 into sandstorm:master May 21, 2025
Comment on lines +16 to +22
return new class implements NodeCreationHandlerInterface {
public function handle(NodeCreationCommands $commands, NodeCreationElements $elements): NodeCreationCommands
{
return (new DiagramCreationHandler)->handle($commands, $elements);
}
};
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
return new class implements NodeCreationHandlerInterface {
public function handle(NodeCreationCommands $commands, NodeCreationElements $elements): NodeCreationCommands
{
return (new DiagramCreationHandler)->handle($commands, $elements);
}
};
}
return new DiagramCreationHandler();

fyi this is the same just a little simpler :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants