Skip to content

Commit 2d451c4

Browse files
committed
[2.x] Revert IDE helpers
1 parent 141256b commit 2d451c4

File tree

2 files changed

+1
-49
lines changed

2 files changed

+1
-49
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
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

_ide_helpers.php

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff 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-
}

0 commit comments

Comments
 (0)