Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Fix service provider
Browse files Browse the repository at this point in the history
  • Loading branch information
sharifzadesina committed Dec 27, 2019
1 parent 36b2898 commit edd42f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"extra": {
"laravel": {
"providers": [
"Elegant\\Events\\EventsServiceProvider"
"Elegant\\Events\\EventServiceProvider"
]
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use Illuminate\Support\ServiceProvider;

class EventsServiceProvider extends ServiceProvider
class EventServiceProvider extends ServiceProvider
{
/**
* Boot the service provider.
Expand Down

0 comments on commit edd42f1

Please sign in to comment.