ci4-adminController
ci4-adminController copied to clipboard
While using locales in the url the the arguments get borked
Example:
en/controller/method/param
public function method($param) {
echo $param; // Outputs method
}