Добавлена страница штаба
Добавлены графики Добавлены события отчетов
This commit is contained in:
7
routes/channels.php
Normal file
7
routes/channels.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Support\Facades\Broadcast;
|
||||
|
||||
Broadcast::channel('headquarters', function ($user) {
|
||||
return $user !== null;
|
||||
});
|
||||
Reference in New Issue
Block a user