Update ModelsCommand.php

This commit is contained in:
Brent Roose
2018-09-07 10:29:59 +02:00
committed by GitHub
parent 5318f485e2
commit e7d4cb322f
-1
View File
@@ -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) {