Fixed grammar

This commit is contained in:
Alexander Makarov
2014-08-26 02:46:26 +04:00
parent f0221fb84f
commit 24f46c645a

View File

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