Skip to content

Commit 1869756

Browse files
binarykgithub-actions[bot]
authored andcommitted
Fix styling
1 parent aac3e94 commit 1869756

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/MCP/McpServerHardeningTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
use Binaryk\LaravelRestify\Tests\Fixtures\Post\Post;
1212
use Binaryk\LaravelRestify\Tests\IntegrationTestCase;
1313
use Illuminate\Foundation\Testing\RefreshDatabase;
14+
use Illuminate\Http\UploadedFile;
1415
use Illuminate\Support\Facades\Cache;
1516
use Laravel\Mcp\Facades\Mcp;
1617
use Laravel\Mcp\Server\McpServiceProvider;
@@ -216,7 +217,7 @@ public function fields(RestifyRequest $request): array
216217
config(['restify.mcp.files.allow_local_paths' => true]);
217218

218219
$this->assertInstanceOf(
219-
\Illuminate\Http\UploadedFile::class,
220+
UploadedFile::class,
220221
$repository->resolveUploadedFileFromInput('/etc/hosts')
221222
);
222223
}

0 commit comments

Comments
 (0)