Skip to content
New issue

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

MigrateMakeCommand::__invoke() does not exist error #363

Open
devmrh opened this issue Jun 7, 2022 · 1 comment
Open

MigrateMakeCommand::__invoke() does not exist error #363

devmrh opened this issue Jun 7, 2022 · 1 comment

Comments

@devmrh
Copy link

devmrh commented Jun 7, 2022

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

@Syndesi
Copy link

Syndesi commented Oct 4, 2022

This issue was also mentioned on the Neo4j Discord server: https://discord.com/channels/787399249741479977/816630778505986058/1026563472575713402

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants