mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-20 00:20:44 +08:00
Merge pull request #2345 from mitalcoi/patch-4
Update FixtureController.php
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user