Skip to content

Commit b756dd7

Browse files
laravel-ide-helpergithub-actions[bot]
authored andcommitted
composer fix-style
1 parent 8806fe5 commit b756dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/ModelsCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ public function getPropertiesFromMethods($model)
731731
if ($existingPivot = ($this->properties[$relationObj->getPivotAccessor()] ?? null)) {
732732
$existingClasses = explode('|', $existingPivot['type']);
733733

734-
if(!in_array($pivot, $existingClasses)) {
734+
if (!in_array($pivot, $existingClasses)) {
735735
array_unshift($existingClasses, $pivot);
736736
}
737737
} else {

0 commit comments

Comments
 (0)