BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
public_html
/
app.imagivibe.com
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Broadcasting
📤 Upload
📝 New File
📁 New Folder
Close
Editing: EncryptedPrivateChannel.php
<?php namespace Illuminate\Broadcasting; class EncryptedPrivateChannel extends Channel { /** * Create a new channel instance. * * @param string $name * @return void */ public function __construct($name) { parent::__construct('private-encrypted-'.$name); } }
Save
Cancel