Exemplo n.º 1
0
 public static function removeByBlogId($blog_id)
 {
     return Tags::deleteAll(['blog_id' => $blog_id]);
 }