mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
refactor namespace and update routes for api
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Support\Facades\Broadcast;
|
||||
use Laraspace\User;
|
||||
use Crater\User;
|
||||
|
||||
Broadcast::channel('conversation.{cid}', function ($user,$cid) {
|
||||
return true; //(int) $user->conversation_id === (int) $cid
|
||||
|
||||
Reference in New Issue
Block a user