From e61ff56f41104ab81f8200af9667a5139eeffcc2 Mon Sep 17 00:00:00 2001 From: Lucas Yang Date: Sun, 13 Oct 2024 15:22:18 +0800 Subject: [PATCH] [1.x] Revert IDE helpers --- _ide_helpers.php | 49 ------------------------------------------------ 1 file changed, 49 deletions(-) diff --git a/_ide_helpers.php b/_ide_helpers.php index 72a525dd..c3b8f827 100644 --- a/_ide_helpers.php +++ b/_ide_helpers.php @@ -29,52 +29,3 @@ class TestResponse // } } - -namespace Illuminate\Support\Facades { - - /** - * @see \Inertia\ServiceProvider - * - * @method static bool inertia() - */ - class Request - { - // - } - - /** - * @see \Inertia\ServiceProvider - * - * @method static self inertia(string $uri, string $component, array $props = []) - */ - class Route - { - // - } -} - -namespace Illuminate\Http { - - /** - * @see \Inertia\ServiceProvider - * - * @method bool inertia() - */ - class Request - { - // - } -} - -namespace Illuminate\Routing { - - /** - * @see \Inertia\ServiceProvider - * - * @method self inertia(string $uri, string $component, array $props = []) - */ - class Router - { - // - } -}