Remove unused references

This commit is contained in:
Ron Bellido 2022-03-15 16:59:29 -07:00
parent 4a18811c4c
commit a0ee837fc7
2 changed files with 0 additions and 3 deletions

View File

@ -4,7 +4,6 @@ namespace Psalm\LaravelPlugin\Fakes;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Support\Str;
use Psalm\LaravelPlugin\Handlers\Eloquent\Schema\SchemaAggregator;
use function config;
use function get_class;

View File

@ -4,12 +4,10 @@ namespace Psalm\LaravelPlugin\Providers;
use Psalm\Internal\Analyzer\ProjectAnalyzer;
use Psalm\LaravelPlugin\Fakes\FakeFilesystem;
use Psalm\LaravelPlugin\Fakes\FakeModelsCommand;
use Psalm\LaravelPlugin\Handlers\Eloquent\Schema\SchemaAggregator;
use Symfony\Component\Console\Input\ArrayInput;
use Symfony\Component\Console\Output\NullOutput;
use function dirname;
use function glob;
use function unlink;