Upgrade to 3.6.2
This commit is contained in:
@@ -7,9 +7,7 @@ $files = require __DIR__ . '/../files/dropdowns.php';
|
||||
return [
|
||||
'changes' => [
|
||||
'pattern' => 'changes',
|
||||
'options' => function () {
|
||||
return Dropdown::changes();
|
||||
}
|
||||
'options' => fn () => Dropdown::changes()
|
||||
],
|
||||
'page' => [
|
||||
'pattern' => 'pages/(:any)',
|
||||
|
Reference in New Issue
Block a user