sanket mahure

Results 1 comments of sanket mahure

In GearmanServiceProvider.php line 40: Call to undefined method Illuminate\Foundation\Application::share() Changed to $this->app->singleton('command.gearman', function ($app) { return new \demi\gearman\laravel5\Console\SupervisorCommand(); }); and is working but change is fine for Laravel 5.4?