PrivateChannel.php
| 292 B | Satir:
0
| php
Geri
<?php namespace Illuminate\Broadcasting; class PrivateChannel extends Channel { /** * Create a new channel instance. * * @param string $name * @return void */ public function __construct($name) { parent::__construct('private-'.$name); } }
Kaydet
Ctrl+S ile kaydet