D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
3023066
/
cwd
/
www
/
vendor
/
nwidart
/
laravel-modules
/
src
/
Commands
/
stubs
/
Filename :
channel.stub
back
Copy
<?php namespace $NAMESPACE$; class $CLASS$ { /** * Create a new channel instance. */ public function __construct() { // } /** * Authenticate the user's access to the channel. */ public function join(Operator $user): array|bool { // } }