Skip to content

Commit

Permalink
Fixed namespace issues
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamKyle committed Nov 7, 2023
1 parent 03f125f commit 939eb81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Unit/Game/Events/Values/EventTypeTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Tests\Unit\Game\Events\Jobs;
namespace Tests\Unit\Game\Events\Values;

use Exception;
use App\Game\Events\Values\EventType;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Tests\Unit\Game\Events\Jobs;
namespace Tests\Unit\Game\Events\Values;

use App\Flare\Values\ItemSpecialtyType;
use App\Flare\Values\RandomAffixDetails;
Expand Down

0 comments on commit 939eb81

Please sign in to comment.