Remove unused imports

This commit is contained in:
Lance Pioch 2017-11-17 18:08:10 -05:00
parent 559aa51f01
commit c2408a28d8
5 changed files with 0 additions and 5 deletions

View file

@ -2,7 +2,6 @@
namespace Pterodactyl\Providers;
use Illuminate\Support\Facades\Event;
use Illuminate\Foundation\Support\Providers\EventServiceProvider as ServiceProvider;
class EventServiceProvider extends ServiceProvider