mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-22 03:53:08 +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));
|
$phpdoc = new DocBlock($reflection, new Context($namespace));
|
||||||
|
|
||||||
if(!$phpdoc->getText()){
|
if(!$phpdoc->getText()){
|
||||||
$phpdoc->setText("Generated properties for $class");
|
$phpdoc->setText("An Eloquent Model: '$class'");
|
||||||
}
|
}
|
||||||
|
|
||||||
$properties = array();
|
$properties = array();
|
||||||
|
|||||||
Reference in New Issue
Block a user