Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Jan 11, 2025
2 parents 4711820 + 9bb5051 commit 9b98eb5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Models/Category.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* @method static Builder|Category where($column, $operator = null, $value = null, $boolean = 'and')
* @method static Category findOrFail($id)
* @method static Category create($data)
*
*
* @mixin BaseCategory
*/
#[AllowDynamicProperties]
Expand Down
2 changes: 1 addition & 1 deletion src/Models/Slug.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* @method static Builder|Slug where($column, $operator = null, $value = null, $boolean = 'and')
* @method static Slug findOrFail($id)
* @method static Slug create($data)
*
*
* @mixin BaseSlug
*/
#[AllowDynamicProperties]
Expand Down
2 changes: 1 addition & 1 deletion src/Models/Tag.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* @method static Builder|Tag where($column, $operator = null, $value = null, $boolean = 'and')
* @method static Tag findOrFail($id)
* @method static Tag create($data)
*
*
* @mixin BaseTag
*/
#[AllowDynamicProperties]
Expand Down

0 comments on commit 9b98eb5

Please sign in to comment.