1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-10-27 04:12:28 +01:00

Fix misnamed class

This commit is contained in:
Dane Everitt 2017-04-14 20:46:50 -04:00
parent 97cc30e502
commit d20cb144be
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

View File

@ -1,6 +1,6 @@
<?php
namespace App\Providers;
namespace Pterodactyl\Providers;
use Illuminate\Support\ServiceProvider;
use Illuminate\Support\Facades\Broadcast;