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(
|
public static $classes = array(
|
||||||
'linker' => array(
|
'linker' => array(
|
||||||
'url' => array(
|
'url' => array(
|
||||||
'length' => 50,
|
'length' => 128,
|
||||||
'delimiter' => '-'
|
'delimiter' => '-'
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue