Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply (#609) [yiisoft/demo#609] to InvController
RouteArgument replaces CurrentRoute eg. ```` /** * @param int $id */ public function delete(#[RouteArgument('id')] int $id ```` replaces ```` public function delete(CurrentRoute $currentRoute) : Response { $id = $currentRoute->getArgument('id'); ````
- Loading branch information