File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 2020 // Auto-delete unused tags from the 'tags' database table (when they are used zero times)
2121 'delete_unused_tags ' => false ,
2222
23- // Model to use to store the tags in the database
24- 'tag_model ' => '\Conner\Tagging\Model\Tag ' ,
25-
2623 // Delimiter used within tags
2724 'delimiter ' => '- ' ,
2825
26+ // Model to use to store the tags in the database
2927 'tag_model ' => '\Conner\Tagging\Model\Tag ' ,
3028
3129 'tagged_model ' => '\Conner\Tagging\Model\Tagged ' ,
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ public static function slug($str)
7272 $ str = mb_convert_encoding ((string )$ str , 'UTF-8 ' );
7373
7474 $ options = [
75- 'delimiter ' => config ('taggable .delimiter ' , '- ' ),
75+ 'delimiter ' => config ('tagging .delimiter ' , '- ' ),
7676 'limit ' => '255 ' ,
7777 'lowercase ' => true ,
7878 'replacements ' => [],
You can’t perform that action at this time.
0 commit comments