mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 18:13:11 +00:00
Update default text
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user