File tree 2 files changed +27
-1
lines changed
2 files changed +27
-1
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
11
10
/phpunit.xml.dist export-ignore
12
11
/tests export-ignore
13
12
/CHANGELOG.md export-ignore
Original file line number Diff line number Diff line change @@ -33,6 +33,18 @@ class TestResponse
33
33
namespace Illuminate \Support \Facades {
34
34
35
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
+ *
36
48
* @method static self inertia(string $uri, string $component, array $props = [])
37
49
*/
38
50
class Route
@@ -41,9 +53,24 @@ class Route
41
53
}
42
54
}
43
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
+
44
69
namespace Illuminate \Routing {
45
70
46
71
/**
72
+ * @see \Inertia\ServiceProvider
73
+ *
47
74
* @method self inertia(string $uri, string $component, array $props = [])
48
75
*/
49
76
class Router
You can’t perform that action at this time.
0 commit comments