Completed
Push — master ( 74e877...60d1ae )
by Christopher
02:05
created
src/Event/Store.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 use C4tech\RayEmitter\Contracts\Domain\Event as EventInterface;
4 4
 use C4tech\RayEmitter\Contracts\Event\Store as StoreInterface;
5 5
 use Illuminate\Support\Facades\Event as EventBus;
6
-use Illuminate\Support\Facades\Log;
7 6
 use Illuminate\Database\Eloquent\Model;
8 7
 
9 8
 class Store extends Model implements StoreInterface
Please login to merge, or discard this patch.