Fix bad use

This commit is contained in:
Alexis Saettler 2019-10-27 00:54:45 +02:00
parent 31c0945ffa
commit a1e6f01511
No known key found for this signature in database
GPG Key ID: B892931DA34867EF

View File

@ -5,15 +5,12 @@ use Illuminate\View\Engines\EngineResolver;
use Illuminate\View\Engines\PhpEngine;
use Illuminate\View\Factory;
use Illuminate\View\FileViewFinder;
use Orchestra\Testbench\Concerns\CreatesApplication;
use Psalm\Plugin\PluginEntryPointInterface;
use Psalm\Plugin\RegistrationInterface;
use SimpleXMLElement;
class Plugin extends AbstractPlugin implements PluginEntryPointInterface
{
use CreatesApplication;
/**
* Get and load ide provider for Laravel Application container
*