use the import format for plugin

This commit is contained in:
Nabeel Shahzad
2017-12-05 20:33:29 -06:00
parent e888b90024
commit f3fd68b28a
3 changed files with 7 additions and 7 deletions

View File

@@ -2,9 +2,9 @@
namespace Modules\Vacentral\Providers;
use Illuminate\Foundation\Support\Providers\EventServiceProvider as ServiceProvider;
use App\Events\PirepAccepted;
use Modules\Vacentral\Listeners\PirepAcceptedEventListener;
use Illuminate\Foundation\Support\Providers\EventServiceProvider as ServiceProvider;
class EventServiceProvider extends ServiceProvider
{