push.php 101 B

1234567
  1. <?php
  2. return [
  3. 'handler-map' => [
  4. \Pusher\Jobs\RegisterEventJob::class => null,
  5. ]
  6. ];