D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
api
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
Console
/
stubs
/
Filename :
channel.stub
back
Copy
<?php namespace DummyNamespace; use NamespacedDummyUserModel; class DummyClass { /** * Create a new channel instance. * * @return void */ public function __construct() { // } /** * Authenticate the user's access to the channel. * * @param \NamespacedDummyUserModel $user * @return array|bool */ public function join(DummyUser $user) { // } }