kayrules / lumen-passport-mongodb

Making Laravel Passport work with Lumen
MIT License
6 stars 7 forks source link

Call to undefined method Laravel\Lumen\Application::group() #2

Closed abdullah-abunada closed 5 years ago

abdullah-abunada commented 6 years ago

Hi All, When I run any php artisan command this error appears:

In PassportServiceProvider.php line 65:
Call to undefined method Laravel\Lumen\Application::group()

lucascardial commented 5 years ago

Hello, @abdullah-abunada . I made a PR #4 to fix this on my Lumen 5.7 project