From 24f46c645ad3d273546c6b59500595e98ac683df Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Tue, 26 Aug 2014 02:46:26 +0400 Subject: [PATCH] Fixed grammar --- extensions/faker/FixtureController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/faker/FixtureController.php b/extensions/faker/FixtureController.php index 9a3a446d0b..483c7113da 100644 --- a/extensions/faker/FixtureController.php +++ b/extensions/faker/FixtureController.php @@ -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"); } }