Merge pull request #2345 from mitalcoi/patch-4

Update FixtureController.php
This commit is contained in:
Qiang Xue
2014-02-06 09:28:06 -05:00

View File

@@ -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);
} }