Commit 24f46c64 by Alexander Makarov

Fixed grammar

parent f0221fb8
......@@ -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");
}
}
......
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