From 1a0f816fe0aa96073025f532c9f7f66bdda9d3e7 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Tue, 17 Dec 2024 00:35:04 -0500 Subject: [PATCH] unnecessary --- tests/Test/Concerns/SupportsRouting.php | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 tests/Test/Concerns/SupportsRouting.php diff --git a/tests/Test/Concerns/SupportsRouting.php b/tests/Test/Concerns/SupportsRouting.php deleted file mode 100644 index b085460c..00000000 --- a/tests/Test/Concerns/SupportsRouting.php +++ /dev/null @@ -1,18 +0,0 @@ -app = Application::getInstance(); - - // Set up facades - Route::setFacadeApplication($this->app); - } -}