Skip to content

Commit

Permalink
pint
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Mar 23, 2024
1 parent f64ae40 commit 56327e3
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
68 changes: 34 additions & 34 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Models/Tag.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Tag extends \Spatie\Tags\Tag
public function getCasts(): array
{
return [
'type' => TartarusPlugin::getModel('TagType')
'type' => TartarusPlugin::getModel('TagType'),
];
}
}

0 comments on commit 56327e3

Please sign in to comment.