Revived the dashboard.

This commit is contained in:
2024-04-28 01:26:30 +05:00
parent 4bc170ed00
commit 5703015874
41 changed files with 2005 additions and 112 deletions

View File

@@ -12,3 +12,5 @@ use Illuminate\Support\Facades\Broadcast;
| used to check if an authenticated user can listen to the channel.
|
*/
Broadcast::channel('chart-captcha-activity', \App\Broadcasting\CreatedCaptchaLog::class);