Skip to content

Commit

Permalink
fix: create the base model string method to fix analyse
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Jan 11, 2025
1 parent e1bbb6a commit 646d0b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Models/Tag.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@
#[AllowDynamicProperties]
class Tag extends BaseTag
{
public static function getBaseModel(): string
{
return 'Botble\Blog\Models\Tag';
}
}

0 comments on commit 646d0b9

Please sign in to comment.