You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ReflectionException : Method Laravoole\Commands\LaravooleCommand::handle() does not exist
at /code/laravel/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:136
132| $callback = explode('::', $callback);
133| }
134|
135| return is_array($callback)
> 136| ? new ReflectionMethod($callback[0], $callback[1])
137| : new ReflectionFunction($callback);
138| }
139| /**
140| * Get the dependency for the given call parameter.
Exception trace:
1 ReflectionMethod::__construct(Object(Laravoole\Commands\LaravooleCommand), "handle")
/code/laravel/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:136
2 Illuminate\Container\BoundMethod::getCallReflector()
/code/laravel/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:116
Please use the argument -v to see more details.
laravel 5.5 启动时候: Method Laravoole\Commands\LaravooleCommand::handle() does not exist
The text was updated successfully, but these errors were encountered: