mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
fix typo
This commit is contained in:
@@ -292,7 +292,7 @@ class ModelsCommand extends Command
|
|||||||
$this->setProperty($name, $type, true, true, $comment);
|
$this->setProperty($name, $type, true, true, $comment);
|
||||||
/*
|
/*
|
||||||
Only add whereXXX() helper function comment to _ide_helper_models.php,
|
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) {
|
if (!$this->write) {
|
||||||
$this->setMethod(
|
$this->setMethod(
|
||||||
|
|||||||
Reference in New Issue
Block a user