Skip to content

Commit

Permalink
Reset arguments (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
rustamwin committed Dec 1, 2021
1 parent 16ddb3d commit 315b5bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/common.php
Expand Up @@ -14,6 +14,7 @@
'reset' => function () {
$this->route = null;
$this->uri = null;
$this->arguments = [];
},
],
];

0 comments on commit 315b5bb

Please sign in to comment.