File tree Expand file tree Collapse file tree 2 files changed +1
-49
lines changed Expand file tree Collapse file tree 2 files changed +1
-49
lines changed Original file line number Diff line number Diff line change 77/.gitignore export-ignore
88/.github export-ignore
99/.php-cs-fixer.dist.php export-ignore
10+ /_ide_helpers.php export-ignore
1011/phpunit.xml.dist export-ignore
1112/tests export-ignore
1213/CHANGELOG.md export-ignore
Original file line number Diff line number Diff line change @@ -29,52 +29,3 @@ class TestResponse
2929 //
3030 }
3131}
32-
33- namespace Illuminate \Support \Facades {
34-
35- /**
36- * @see \Inertia\ServiceProvider
37- *
38- * @method static bool inertia()
39- */
40- class Request
41- {
42- //
43- }
44-
45- /**
46- * @see \Inertia\ServiceProvider
47- *
48- * @method static self inertia(string $uri, string $component, array $props = [])
49- */
50- class Route
51- {
52- //
53- }
54- }
55-
56- namespace Illuminate \Http {
57-
58- /**
59- * @see \Inertia\ServiceProvider
60- *
61- * @method bool inertia()
62- */
63- class Request
64- {
65- //
66- }
67- }
68-
69- namespace Illuminate \Routing {
70-
71- /**
72- * @see \Inertia\ServiceProvider
73- *
74- * @method self inertia(string $uri, string $component, array $props = [])
75- */
76- class Router
77- {
78- //
79- }
80- }
You can’t perform that action at this time.
0 commit comments