Skip to content

Commit

Permalink
fix: fix name route again (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored May 16, 2019
1 parent ebc5a78 commit 1197ca1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions routes/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
Router::$verbs = array_merge(Router::$verbs, $verbs);

Route::any('{path?}', 'DAVController@init')
->where('path', '(.)*')
->name('sabre.dav');
->name('sabre.dav')
->where('path', '(.)*');

0 comments on commit 1197ca1

Please sign in to comment.