This commit is contained in:
2025-07-21 17:26:51 +08:00
parent 3251045a5b
commit 926cbea0b9
4 changed files with 22 additions and 20 deletions
-8
View File
@@ -49,12 +49,4 @@ class Controller extends Kiri\Abstracts\Component
public ContainerInterface $container;
/**
* @param Request $request
* @return true
*/
public function beforeAction(RequestInterface $request): bool
{
return true;
}
}