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

Commit fb96fd8

Browse files
fix broken binding
1 parent b57b96a commit fb96fd8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/PubSubEventsServiceProvider.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ public function register()
9393
$config['validation_fail_handler']
9494
);
9595
$manager->throwValidationExceptionsOnDispatch($config['throw_validation_exceptions_on_dispatch']);
96+
97+
return $manager;
9698
});
9799
}
98100

0 commit comments

Comments
 (0)