From e7d4cb322fb370c4f2d06292c6a22202f8b32149 Mon Sep 17 00:00:00 2001 From: Brent Roose Date: Fri, 7 Sep 2018 10:29:59 +0200 Subject: [PATCH] Update ModelsCommand.php --- src/Console/ModelsCommand.php | 1 - 1 file changed, 1 deletion(-) 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) {