listen
Definition
/**
* Create a LISTEN statement to subscribe the current session to a notification channel.
*
* Usage:
* listen('my_channel')->toSql() // LISTEN my_channel
*/
listen(string $channel) : ListenFinalStep /**
* Create a LISTEN statement to subscribe the current session to a notification channel.
*
* Usage:
* listen('my_channel')->toSql() // LISTEN my_channel
*/
listen(string $channel) : ListenFinalStep