From add34665a859444d7a04f7f924e9cbba69f87030 Mon Sep 17 00:00:00 2001 From: Yu Bing Date: Thu, 28 Jan 2016 11:20:48 +0800 Subject: [PATCH] fix typo --- src/Console/ModelsCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Console/ModelsCommand.php b/src/Console/ModelsCommand.php index 242d8e8..7d5fbfe 100644 --- a/src/Console/ModelsCommand.php +++ b/src/Console/ModelsCommand.php @@ -292,7 +292,7 @@ class ModelsCommand extends Command $this->setProperty($name, $type, true, true, $comment); /* Only add whereXXX() helper function comment to _ide_helper_models.php, - keep modal file as simple as possible. + keep model file as simple as possible. */ if (!$this->write) { $this->setMethod(