Skip to content

Commit 21ab5c7

Browse files
committed
refactor(spa)!: Removed deprecated \LastDragon_ru\LaraASP\Spa\Http\Request.
1 parent 5cb24ce commit 21ab5c7

File tree

3 files changed

+0
-178
lines changed

3 files changed

+0
-178
lines changed

composer-dependency-analyser.php

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?php declare(strict_types = 1);
22

3-
use Illuminate\Foundation\Http\FormRequest;
43
use Illuminate\Foundation\Testing\RefreshDatabase;
54
use Illuminate\Foundation\Testing\RefreshDatabaseState;
65
use Illuminate\Foundation\Testing\TestCase;
@@ -17,7 +16,6 @@
1716
->ignoreErrorsOnPackage('bamarni/composer-bin-plugin', [ErrorType::UNUSED_DEPENDENCY])
1817
->ignoreErrorsOnPackage('laravel/scout', [ErrorType::DEV_DEPENDENCY_IN_PROD])
1918
->ignoreUnknownClasses([
20-
FormRequest::class,
2119
RefreshDatabase::class,
2220
RefreshDatabaseState::class,
2321
TestCase::class,

packages/spa/src/Http/Request.php

-27
This file was deleted.

packages/spa/src/Http/RequestTest.php

-149
This file was deleted.

0 commit comments

Comments
 (0)