diff --git a/src/RestifyServiceProvider.php b/src/RestifyServiceProvider.php index 34b62d113..615ecb231 100644 --- a/src/RestifyServiceProvider.php +++ b/src/RestifyServiceProvider.php @@ -4,7 +4,6 @@ use Illuminate\Support\Facades\Route; use Illuminate\Support\ServiceProvider; -use ReflectionClass; /** * This provider is injected in console context by the main provider or by the RestifyInjector