public function onMessage(ConnectionInterface $from, $msg)
{
DB::table('chat')->insert([
'visa_order_id' => 1,
'user_id' => 1,
'text' => 1,
]);
}
An error has occurred: A facade root has not been set.
Connection 53 has disconnected