diff --git a/src/Barryvdh/LaravelIdeHelper/ModelsCommand.php b/src/Barryvdh/LaravelIdeHelper/ModelsCommand.php index 6e4fb7f..1b96e5d 100644 --- a/src/Barryvdh/LaravelIdeHelper/ModelsCommand.php +++ b/src/Barryvdh/LaravelIdeHelper/ModelsCommand.php @@ -313,7 +313,7 @@ class ModelsCommand extends Command { $phpdoc = new DocBlock($reflection, new Context($namespace)); if(!$phpdoc->getText()){ - $phpdoc->setText("Generated properties for $class"); + $phpdoc->setText("An Eloquent Model: '$class'"); } $properties = array();