Empty
Null, false, or an empty string will automatically be converted to 404 error page
return [
'routes' => [
[
'pattern' => 'custom/response',
'action' => function () {
return false;
}
]
]
];
Null, false, or an empty string will automatically be converted to 404 error page
return [
'routes' => [
[
'pattern' => 'custom/response',
'action' => function () {
return false;
}
]
]
];