Skip to content

Commit

Permalink
Use route names in default config file
Browse files Browse the repository at this point in the history
  • Loading branch information
reindert-vetter authored Sep 28, 2021
1 parent d263c39 commit 5179a70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/api_version_control.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@

'releases' => [

'GET/orders' => [
'orders.index' => [
'<=1.0' => [
ExamplePrepareParameterException::class,
],
],

'(POST|PUT)/orders' => [
'orders.update' => [
'<=2.0' => [
ExampleThrowHumanException::class,
],
Expand Down

0 comments on commit 5179a70

Please sign in to comment.