diff --git a/config/cache.php b/config/cache.php index 935c8639..0ddcdd43 100644 --- a/config/cache.php +++ b/config/cache.php @@ -9,4 +9,4 @@ 'path' => storage_path('framework/cache/data'), ], ], -]; \ No newline at end of file +]; diff --git a/tests/Feature/Commands/HydeInstallCommandTest.php b/tests/Feature/Commands/HydeInstallCommandTest.php index 67cae83f..4b7d5382 100644 --- a/tests/Feature/Commands/HydeInstallCommandTest.php +++ b/tests/Feature/Commands/HydeInstallCommandTest.php @@ -3,7 +3,6 @@ namespace Tests\Feature\Commands; use Hyde\Framework\Hyde; -use Illuminate\Support\Facades\Cache; use Tests\TestCase; /**