1 | <?php |
||
19 | class AvatarUploaderObserver |
||
20 | { |
||
21 | /** |
||
22 | * @var Dispatcher |
||
23 | */ |
||
24 | private $dispatcher; |
||
25 | |||
26 | /** |
||
27 | * AvatarUploaderObserver constructor. |
||
28 | * |
||
29 | * @param Dispatcher $dispatcher |
||
30 | */ |
||
31 | public function __construct(Dispatcher $dispatcher) |
||
35 | |||
36 | /** |
||
37 | * @param User $user |
||
38 | */ |
||
39 | public function created(User $user): void |
||
48 | } |
||
49 |