mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
Update ModelsCommand.php
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user