Skip to content

Commit 060f047

Browse files
Matheus BelluzzoMatheus Belluzzo
authored andcommitted
Added support to base64 encode on routes params
1 parent e7d6309 commit 060f047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Base.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class Base
5454
* (\w+)
5555
* @var string
5656
*/
57-
protected $captor = '([\w\.\-\ ]+)';
57+
protected $captor = '([\w\.\-\ \=]+)';
5858

5959
/**
6060
*

0 commit comments

Comments
 (0)