Completed
Push — master ( da62ab...2e0a22 )
by Thomas
09:51
created
src/services/ModelService.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -167,14 +167,14 @@
 block discarded – undo
167 167
 		if ($package->getVendor() == 'keeko' && $this->isCoreSchema()) {
168 168
 			$model = $package->getName();
169 169
 			if ($this->hasModel($model)) {
170
-				$models []= $model;
170
+				$models [] = $model;
171 171
 			}
172 172
 		}
173 173
 		
174 174
 		// anyway, generate all
175 175
 		else {
176 176
 			foreach ($this->getModels() as $model) {
177
-				$models []= $model->getOriginCommonName();
177
+				$models [] = $model->getOriginCommonName();
178 178
 			}
179 179
 		}
180 180
 		
Please login to merge, or discard this patch.