| 1 | <?php |
||
| 10 | class EventHandler |
||
| 11 | { |
||
| 12 | /** @var \Illuminate\Config\Repository */ |
||
| 13 | protected $config; |
||
| 14 | |||
| 15 | public function __construct(Repository $config) |
||
| 19 | |||
| 20 | public function subscribe(Dispatcher $events) |
||
| 30 | |||
| 31 | protected function determineNotifiable() |
||
| 37 | |||
| 38 | protected function determineNotification($event): Notification |
||
| 56 | |||
| 57 | protected function allBackupEventClasses(): array |
||
| 63 | } |
||
| 64 |