Maksim Kalyabin
Results
1
issues of
Maksim Kalyabin
Add class annotation support to protect all actions at controller. ```php /** * @Csrf(intention="my_intention") */ class TestController { public function test1Action() { ... } public function test2Action() { ... }...