D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
3023067
/
root
/
home
/
dateitor
/
www
/
vendor
/
nwidart
/
laravel-modules
/
src
/
Commands
/
stubs
/
Filename :
event.stub
back
Copy
<?php namespace $NAMESPACE$; use Illuminate\Queue\SerializesModels; class $CLASS$ { use SerializesModels; /** * Create a new event instance. */ public function __construct() { // } /** * Get the channels the event should be broadcast on. */ public function broadcastOn(): array { return []; } }