Skip to content

Commit 50ce6aa

Browse files
freekmurzegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 73ef478 commit 50ce6aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/HasTags.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public static function getTagClassName(): string
2323
public static function getTagTableName(): string
2424
{
2525
$tagInstance = new (self::getTagClassName());
26-
26+
2727
return $tagInstance->getTable();
2828
}
2929

@@ -35,6 +35,7 @@ public static function getTagTablePrimaryKeyName(): string
3535
public static function getTagPrimaryKey(): string
3636
{
3737
$tagInstance = new (self::getTagClassName());
38+
3839
return $tagInstance->getKeyName();
3940
}
4041

0 commit comments

Comments
 (0)