@@ -3,7 +3,6 @@ |
||
| 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 |