Files
Gw0bm/config/taggable.php
2021-06-20 13:49:07 +00:00

12 lines
144 B
PHP
Executable File

<?php
return [
'delimiters' => ',;',
'glue' => ',',
'normalizer' => function($str) {
return str_slug($str, '');
}
];