diff --git a/_ide_helpers.php b/_ide_helpers.php index c3b8f827..f2f0d5a1 100644 --- a/_ide_helpers.php +++ b/_ide_helpers.php @@ -29,3 +29,25 @@ class TestResponse // } } + +namespace Illuminate\Support\Facades { + + /** + * @method static self inertia(string $uri, string $component, array $props = []) + */ + class Route + { + // + } +} + +namespace Illuminate\Routing { + + /** + * @method self inertia(string $uri, string $component, array $props = []) + */ + class Router + { + // + } +}