9 lines
		
	
	
		
			117 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			117 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| namespace Illuminate\Contracts\Broadcasting;
 | |
| 
 | |
| interface ShouldBroadcastNow extends ShouldBroadcast
 | |
| {
 | |
|     //
 | |
| }
 |