芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/qrafiqxcreativeagency.com/accounts/office/app/Events/TimelogEvent.php
timelog = $timelog; } /** * Get the channels the event should broadcast on. * * @return \Illuminate\Broadcasting\Channel|array */ public function broadcastOn() { return ['timelog-channel']; } public function broadcastAs() { return 'timelog-saved'; } }