master

laravel/framework

Last updated at: 29/12/2023 09:21

ShouldBroadcastNow.php

TLDR

This file is an interface definition for the ShouldBroadcastNow interface. It extends the ShouldBroadcast interface and does not contain any additional methods or classes.

Methods

No methods defined in this file.

<?php

namespace Illuminate\Contracts\Broadcasting;

interface ShouldBroadcastNow extends ShouldBroadcast
{
    //
}