Tom 'Neal'
Results
2
comments of
Tom 'Neal'
When using Model bindings in your screen method (say the save function for example) you get a 404 when trying to save a new instance of a child relation: ...
I have the same issue, after some digging through the screen flow of Orchid I found the following in src/Screen/Screen.php:197 ```php /** * @param mixed ...$parameters * * @throws Throwable...