Skip to content

Commit 4da81e3

Browse files
committed
#59 bugfix on shouldDeleteUnused
1 parent ea5e8ed commit 4da81e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TaggableTrait.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ public static function untagOnDelete()
262262
*/
263263
public static function shouldDeleteUnused()
264264
{
265-
return Config::get('tagging.untag_on_delete');
265+
return Config::get('tagging.delete_unused_tags');
266266
}
267267

268268
}

0 commit comments

Comments
 (0)