Skip to content

Commit

Permalink
Update RabbitEventsServiceProvider.stub (#70)
Browse files Browse the repository at this point in the history
fix typing issue in event service provider template
  • Loading branch information
lucianholt97 authored Apr 6, 2021
1 parent 66f2325 commit bce516d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/RabbitEventsServiceProvider.stub
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class RabbitEventsServiceProvider extends \Nuwber\Events\RabbitEventsServiceProv
*
* @return void
*/
public function boot()
public function boot(): void
{
parent::boot();
//
Expand Down

0 comments on commit bce516d

Please sign in to comment.