diff --git a/src/Console/ModelsCommand.php b/src/Console/ModelsCommand.php index 3e15915..306c176 100644 --- a/src/Console/ModelsCommand.php +++ b/src/Console/ModelsCommand.php @@ -409,7 +409,6 @@ class ModelsCommand extends Command protected function getPropertiesFromMethods($model) { $methods = get_class_methods($model); - if ($methods) { sort($methods); foreach ($methods as $method) {