Skip to content

Commit 37281f1

Browse files
cklei-carlygithub-actions[bot]
authored andcommitted
Fix styling
1 parent cb607b3 commit 37281f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Base/Manifests/ModelManifest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ protected function guessContractClass(string $modelClass, $configKey): string
124124
$namespace = 'SolutionForest\\InspireCms\\Models';
125125
} elseif (str($namespace)->startsWith('SolutionForest\\InspireCms\\Support\\Models')) {
126126
$namespace = 'SolutionForest\\InspireCms\\Support\\Models';
127-
}
127+
}
128128
// If user customized in the config, namespace is different.
129129
else {
130130

0 commit comments

Comments
 (0)