Fix tests

This commit is contained in:
Joseph Cohen
2015-03-21 02:33:38 -06:00
parent c5a93d99a7
commit 09e83ab689
6 changed files with 22 additions and 18 deletions

View File

@@ -1,4 +1,6 @@
<?php namespace CachetHQ\Cachet\Providers;
<?php
namespace CachetHQ\Cachet\Providers;
use Illuminate\Contracts\Events\Dispatcher as DispatcherContract;
use Illuminate\Foundation\Support\Providers\EventServiceProvider as ServiceProvider;