Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
18 | public function created(MobileHandle $contact) |
||
19 | { |
||
20 | tap($this->dispatcher, function($dispatcher) use ($contact) { |
||
21 | tap(new ContactEvent(ContactEvents::CREATED), function (ContactEvent $event) use ($contact, $dispatcher) { |
||
22 | $dispatcher->dispatch($event->setContact($contact)); |
||
23 | }); |
||
24 | }); |
||
25 | } |
||
26 | } |