mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-19 18:43:12 +00:00
Update ModelsCommand.php
This commit is contained in:
@@ -409,7 +409,6 @@ class ModelsCommand extends Command
|
|||||||
protected function getPropertiesFromMethods($model)
|
protected function getPropertiesFromMethods($model)
|
||||||
{
|
{
|
||||||
$methods = get_class_methods($model);
|
$methods = get_class_methods($model);
|
||||||
|
|
||||||
if ($methods) {
|
if ($methods) {
|
||||||
sort($methods);
|
sort($methods);
|
||||||
foreach ($methods as $method) {
|
foreach ($methods as $method) {
|
||||||
|
|||||||
Reference in New Issue
Block a user