Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and actions-user committed Apr 1, 2024
1 parent 7312e9f commit 04d72ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/StoredEvents/Exceptions/EventClassMapMissing.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Spatie\EventSourcing\StoredEvents\Exceptions;

use Exception;
use Spatie\EventSourcing\StoredEvents\StoredEvent;

class EventClassMapMissing extends Exception
{
Expand Down
3 changes: 2 additions & 1 deletion tests/Models/StoredEventTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use Carbon\Carbon;
use Illuminate\Support\Str;

use Spatie\EventSourcing\StoredEvents\Exceptions\EventClassMapMissing;
use function PHPUnit\Framework\assertArrayHasKey;
use function PHPUnit\Framework\assertEquals;
use function PHPUnit\Framework\assertEqualsCanonicalizing;
Expand All @@ -15,8 +14,10 @@
use function PHPUnit\Framework\assertTrue;

use Spatie\EventSourcing\Enums\MetaData;

use Spatie\EventSourcing\EventSerializers\EventSerializer;
use Spatie\EventSourcing\Facades\Projectionist;
use Spatie\EventSourcing\StoredEvents\Exceptions\EventClassMapMissing;
use Spatie\EventSourcing\StoredEvents\Exceptions\InvalidStoredEvent;
use Spatie\EventSourcing\StoredEvents\Models\EloquentStoredEvent;
use Spatie\EventSourcing\StoredEvents\StoredEvent;
Expand Down

0 comments on commit 04d72ec

Please sign in to comment.