Files
Reseaux-de-neurones-artific…/routes/channels.php
Matthias Guillitte ef90236adc
Some checks failed
linter / quality (push) Failing after 6m26s
tests / ci (8.4) (push) Successful in 5m6s
tests / ci (8.5) (push) Successful in 5m38s
Fix linting
2026-03-23 08:44:50 +01:00

8 lines
153 B
PHP

<?php
use Illuminate\Support\Facades\Broadcast;
Broadcast::channel(session()->getId().'-perceptron-training', function ($user) {
return $user;
});