Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi authored and github-actions[bot] committed Jun 22, 2023
1 parent 0451732 commit 9af73ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Models/Tag.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ public function faq()
return $this->morphedByMany(config('zeus-sky.models.faq'), 'taggable');
}



public function postsPublished()
{
return $this->morphedByMany(config('zeus-sky.models.post'), 'taggable')->published();
Expand Down

0 comments on commit 9af73ec

Please sign in to comment.