Commit fa353294 by Qiang Xue

Merge pull request #2345 from mitalcoi/patch-4

Update FixtureController.php
parents 69f0e5be a73953c0
...@@ -222,7 +222,7 @@ class FixtureController extends Controller ...@@ -222,7 +222,7 @@ class FixtureController extends Controller
*/ */
private function notifyUnloaded($fixtures) private function notifyUnloaded($fixtures)
{ {
$this->stdout("Fixtures were successfully loaded from namespace:\n", Console::FG_YELLOW); $this->stdout("Fixtures were successfully unloaded from namespace:\n", Console::FG_YELLOW);
$this->stdout("\t\"" . Yii::getAlias($this->namespace) . "\"\n\n", Console::FG_GREEN); $this->stdout("\t\"" . Yii::getAlias($this->namespace) . "\"\n\n", Console::FG_GREEN);
$this->outputList($fixtures); $this->outputList($fixtures);
} }
......
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