Skip to content

Commit

Permalink
fix: error
Browse files Browse the repository at this point in the history
  • Loading branch information
jiannei committed Dec 16, 2020
1 parent 84fcd6b commit d80db64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/LumenServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

class LumenServiceProvider extends LaravelServiceProvider
{
protected function boot()
public function boot()
{
$this->app->configure('response');
}
Expand Down

0 comments on commit d80db64

Please sign in to comment.