Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
alies-dev committed Jan 26, 2023
1 parent 621e0c4 commit c94b0c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Unit/Handlers/Eloquent/Schema/DefaultUserTableTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

namespace Tests\Psalm\LaravelPlugin\Unit\Handlers\Eloquent\Schema;

use Psalm\LaravelPlugin\Handlers\Eloquent\Schema\SchemaAggregator;

/** @covers \Psalm\LaravelPlugin\Handlers\Eloquent\Schema\SchemaAggregator */
final class DefaultUserTableTest extends AbstractSchemaAggregatorTest
{
Expand Down

0 comments on commit c94b0c1

Please sign in to comment.