mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-02 04:37:42 +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);
|
||||
|
||||
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