increase size of URL params
This commit is contained in:
parent
4ee829ca3e
commit
2c0f540f90
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@
|
|||
public static $classes = array(
|
||||
'linker' => array(
|
||||
'url' => array(
|
||||
'length' => 50,
|
||||
'length' => 128,
|
||||
'delimiter' => '-'
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue