File tree 1 file changed +1
-13
lines changed
src/Torann/LaravelRepository/Providers
1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change 2
2
3
3
namespace Torann \LaravelRepository \Providers ;
4
4
5
- use Illuminate \Contracts \Events \Dispatcher as DispatcherContract ;
6
5
use Illuminate \Foundation \Support \Providers \EventServiceProvider as ServiceProvider ;
7
6
8
7
class EventServiceProvider extends ServiceProvider
@@ -14,18 +13,7 @@ class EventServiceProvider extends ServiceProvider
14
13
*/
15
14
protected $ listen = [
16
15
\Torann \LaravelRepository \Events \RepositoryEvent::class => [
17
- \Torann \LaravelRepository \Listeners \CleanCacheRepository::class
16
+ \Torann \LaravelRepository \Listeners \CleanCacheRepository::class,
18
17
],
19
18
];
20
-
21
- /**
22
- * Register any other events for your application.
23
- *
24
- * @param \Illuminate\Contracts\Events\Dispatcher $events
25
- * @return void
26
- */
27
- public function boot (DispatcherContract $ events )
28
- {
29
- parent ::boot ($ events );
30
- }
31
19
}
You can’t perform that action at this time.
0 commit comments