Skip to content

Commit ce93b59

Browse files
laravel-ide-helpergithub-actions[bot]
authored andcommitted
composer fix-style
1 parent c0ca34d commit ce93b59

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
@@ -730,7 +730,7 @@ public function getPropertiesFromMethods($model)
730730

731731
if ($existingPivot = ($this->properties[$relationObj->getPivotAccessor()] ?? null)) {
732732
$existingClasses = explode('|', $existingPivot['type']);
733-
if(!in_array($pivot, $existingClasses)) {
733+
if (!in_array($pivot, $existingClasses)) {
734734
$existingClasses = [$pivot, ...$existingClasses];
735735
}
736736
} else {

0 commit comments

Comments
 (0)