We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi, when im using this command php artisan neo4j:make:migration create_coin_label --label=Coin
i get this error: (laravel 8 & php 8.1)
ReflectionException Method Vinelab\NeoEloquent\Console\Migrations\MigrateMakeCommand::__invoke() does not exist at vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:147 143▕ $callback = [$callback, '__invoke']; 144▕ } 145▕ 146▕ return is_array($callback) ➜ 147▕ ? new ReflectionMethod($callback[0], $callback[1]) 148▕ : new ReflectionFunction($callback); 149▕ } 150▕ 151▕ /** +15 vendor frames 16 artisan:37
The text was updated successfully, but these errors were encountered:
This issue was also mentioned on the Neo4j Discord server: https://discord.com/channels/787399249741479977/816630778505986058/1026563472575713402
Sorry, something went wrong.
No branches or pull requests
hi, when im using this command
php artisan neo4j:make:migration create_coin_label --label=Coin
i get this error:
(laravel 8 & php 8.1)
The text was updated successfully, but these errors were encountered: