Skip to content

Commit d20cb14

Browse files
committed
Fix misnamed class
1 parent 97cc30e commit d20cb14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Providers/BroadcastServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace App\Providers;
3+
namespace Pterodactyl\Providers;
44

55
use Illuminate\Support\ServiceProvider;
66
use Illuminate\Support\Facades\Broadcast;

0 commit comments

Comments
 (0)