You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\Log::warning("The \Conner\Tagging\Model\Tag count for `$tag->name` was a negative number. This probably means your data got corrupted. Please assess your code and report an issue if you find one.");
196
+
\Log::warning("The '.$model.' count for `$tag->name` was a negative number. This probably means your data got corrupted. Please assess your code and report an issue if you find one.");
196
197
}
197
198
$tag->save();
198
199
}
@@ -201,12 +202,20 @@ public function decrementCount($tagString, $tagSlug, $count)
201
202
/**
202
203
* Look at the tags table and delete any tags that are no londer in use by any taggable database rows.
0 commit comments