mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-21 03:23:08 +00:00
"An Eloquent Model:" is not necessary, removed it.
Not needind it since that information is gathered by IDE* with class definition.
```class Party extends Eloquent {```
*:(almost all ide will, I guess)
This commit is contained in:
@@ -359,7 +359,7 @@ class ModelsCommand extends Command {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(!$phpdoc->getText()){
|
if(!$phpdoc->getText()){
|
||||||
$phpdoc->setText("An Eloquent Model: '$class'");
|
$phpdoc->setText($class);
|
||||||
}
|
}
|
||||||
|
|
||||||
$properties = array();
|
$properties = array();
|
||||||
|
|||||||
Reference in New Issue
Block a user