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 7
7
/.gitignore export-ignore
8
8
/.github export-ignore
9
9
/.php-cs-fixer.dist.php export-ignore
10
+ /_ide_helpers.php export-ignore
10
11
/phpunit.xml.dist export-ignore
11
12
/tests export-ignore
12
13
/CHANGELOG.md export-ignore
Original file line number Diff line number Diff line change @@ -29,52 +29,3 @@ class TestResponse
29
29
//
30
30
}
31
31
}
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