mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 22:32:40 +08:00
Fixed grammar
This commit is contained in:
@ -258,7 +258,7 @@ class FixtureController extends \yii\console\controllers\FixtureController
|
|||||||
$path = Yii::getAlias($this->templatePath);
|
$path = Yii::getAlias($this->templatePath);
|
||||||
|
|
||||||
if (!is_dir($path)) {
|
if (!is_dir($path)) {
|
||||||
throw new Exception("The template path \"{$this->templatePath}\" not exist");
|
throw new Exception("The template path \"{$this->templatePath}\" does not exist");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user