"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:
Sébastien Monterisi
2014-03-04 02:25:02 +01:00
parent bb92081dde
commit 77fbef112d
@@ -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();