Skip to content

Commit

Permalink
Add ~ to make ~remove-keys sorted after letters
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Nov 9, 2020
1 parent 9aea250 commit 0d4ca47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/request-handling.php
Expand Up @@ -22,7 +22,7 @@
'auth' => yii::referenceTo(\hiapi\Core\Auth\AuthMiddleware::class),
'router' => yii::referenceTo(\hiapi\Core\Http\Psr15\Middleware\RouterMiddleware::class),
'perform' => yii::referenceTo(\hiapi\Core\Http\Psr15\Middleware\EndpointMiddleware::class),
'remove-keys' => new \Yiisoft\Arrays\Modifier\RemoveKeys(),
'~remove-keys' => new \Yiisoft\Arrays\Modifier\RemoveKeys(),
]),
],

Expand Down

0 comments on commit 0d4ca47

Please sign in to comment.