Skip to content

Commit

Permalink
#59 bugfix on shouldDeleteUnused
Browse files Browse the repository at this point in the history
  • Loading branch information
rtconner committed Aug 9, 2015
1 parent ea5e8ed commit 4da81e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TaggableTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ public static function untagOnDelete()
*/
public static function shouldDeleteUnused()
{
return Config::get('tagging.untag_on_delete');
return Config::get('tagging.delete_unused_tags');
}

}

0 comments on commit 4da81e3

Please sign in to comment.