Skip to content

Commit 2a0444a

Browse files
committed
fix: correct import
1 parent 1c8025c commit 2a0444a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Concerns/HasDatabaseHelper.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
namespace Tests\Unit\Concerns;
66

7+
use Larastan\Larastan\Internal\FileHelper;
78
use Larastan\Larastan\Properties\MigrationHelper;
89
use Larastan\Larastan\Properties\ModelDatabaseHelper;
910
use Larastan\Larastan\Properties\Schema\PhpMyAdminDataTypeToPhpTypeConverter;
1011
use Larastan\Larastan\Properties\SquashedMigrationHelper;
11-
use PHPStan\File\FileHelper;
1212
use PHPStan\Testing\PHPStanTestCase;
1313

1414
/** @mixin PHPStanTestCase */

0 commit comments

Comments
 (0)