global-innovation / neo4j-laravel-eloquent

MIT License
5 stars 0 forks source link

Migration Not Working #1

Open omitpavel opened 1 week ago

omitpavel commented 1 week ago

PS C:\wamp\www\neo4j> php artisan neo4j:make:migration User

ReflectionException

Method Vinelab\NeoEloquent\Console\Migrations\MigrateMakeCommand::__invoke() does not exist

at vendor\laravel\framework\src\Illuminate\Container\BoundMethod.php:149 145▕ $callback = [$callback, '__invoke']; 146▕ } 147▕ 148▕ return is_array($callback) ➜ 149▕ ? new ReflectionMethod($callback[0], $callback[1]) 150▕ : new ReflectionFunction($callback); 151▕ } 152▕ 153▕ /**

1 vendor\laravel\framework\src\Illuminate\Container\BoundMethod.php:149 ReflectionMethod::construct(Object(Vinelab\NeoEloquent\Console\Migrations\MigrateMakeCommand), "invoke")

2 vendor\laravel\framework\src\Illuminate\Container\BoundMethod.php:125 Illuminate\Container\BoundMethod::getCallReflector()

omitpavel commented 1 week ago

i have fix it , if you want i can add a pull request