Skip to content

Commit 969c90a

Browse files
committed
Fixed service provider for Laravel 5.3 support
1 parent 9386cf3 commit 969c90a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Jasekz/Laradrop/LaradropServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class LaradropServiceProvider extends ServiceProvider {
2626
*
2727
* @return void
2828
*/
29-
public function boot(DispatcherContract $events)
29+
public function boot(DispatcherContract $events = null)
3030
{
3131
// different constructor signature for 5.3+
3232
if(\App::version() >= '5.3.0') {

0 commit comments

Comments
 (0)