Skip to content

Commit e401685

Browse files
tonysmactions-user
authored andcommitted
Fix styling
1 parent 00c4eee commit e401685

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/NamesResolver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ public static function domIdFor(Model $model, string $prefix = ""): string
7070
if ($modelId = $model->getKey()) {
7171
$delimiter = static::$modelNameDelimiter;
7272
$class = static::domClassFor($model, $prefix);
73+
7374
return trim("{$class}{$delimiter}{$modelId}", $delimiter);
7475
}
7576

0 commit comments

Comments
 (0)