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

Method Krucas\Settings\Console\SettingsTableCommand::handle() does not exist #20

Open
AMAFsoft opened this issue Nov 13, 2018 · 1 comment

Comments

@AMAFsoft
Copy link

AMAFsoft commented Nov 13, 2018

Hi
I'm trying to run this command:
php artisan settings:table

And i'm getting this error in the console :
ReflectionException : Method Krucas\Settings\Console\SettingsTableCommand::handle() does not exist
laravel : 5.7

Any idea?

@nteej
Copy link

nteej commented Dec 31, 2020

Adding the function below to Krucas\Settings\Console\SettingsTableCommand will solve this issue.

public function handle()
{
$this->fire();
}

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