Skip to content

Commit 9c19ead

Browse files
committed
fix: add missing EventServiceProvider
1 parent 8163b1e commit 9c19ead

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
3+
namespace Infrastructure\Events;
4+
5+
use Illuminate\Foundation\Support\Providers\EventServiceProvider as IlluninateEventServiceProvider;
6+
7+
class EventServiceProvider extends IlluninateEventServiceProvider
8+
{
9+
10+
}

0 commit comments

Comments
 (0)