Skip to content

Commit

Permalink
chore: fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
glennjacobs authored and github-actions[bot] committed Dec 21, 2023
1 parent dc462ce commit 156167d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/Base/Traits/HasModelExtending.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public static function modelClass(): string
{
$shortName = (new \ReflectionClass(static::class))->getShortName();

$contractClass = 'Lunar\\Models\\Contracts\\' . $shortName;
$contractClass = 'Lunar\\Models\\Contracts\\'.$shortName;

return ModelManifest::get($contractClass) ?? static::class;
}
Expand Down

0 comments on commit 156167d

Please sign in to comment.