1 | <?php |
||
11 | class SendMessage |
||
12 | { |
||
13 | /** @var \Illuminate\Contracts\Config\Repository */ |
||
14 | protected $config; |
||
15 | |||
16 | public function __construct(Repository $config) |
||
20 | |||
21 | public function __invoke(Request $request) |
||
40 | |||
41 | protected function getPusherBroadcaster(array $validated): PusherBroadcaster |
||
52 | } |
||
53 |