Commit 6d72c6a7 by AlexGx

fix code style

parent eaaa5b1b
...@@ -318,5 +318,4 @@ class FixtureController extends Controller ...@@ -318,5 +318,4 @@ class FixtureController extends Controller
{ {
return Yii::getAlias('@' . str_replace('\\', '/', $this->namespace)); return Yii::getAlias('@' . str_replace('\\', '/', $this->namespace));
} }
} }
...@@ -120,7 +120,7 @@ class ActiveQuery extends Query implements ActiveQueryInterface ...@@ -120,7 +120,7 @@ class ActiveQuery extends Query implements ActiveQueryInterface
$this->findWith($this->with, $models); $this->findWith($this->with, $models);
} }
if (!$this->asArray) { if (!$this->asArray) {
foreach($models as $model) { foreach ($models as $model) {
$model->afterFind(); $model->afterFind();
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment