-
-
Notifications
You must be signed in to change notification settings - Fork 146
Expand file tree
/
Copy path_ide_helpers.php
More file actions
34 lines (28 loc) · 691 Bytes
/
_ide_helpers.php
File metadata and controls
34 lines (28 loc) · 691 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?php
namespace Illuminate\Support\Facades {
/**
* @method static self moonshine(\Closure $callback, bool $withResource = false, bool $withPage = false, bool $withAuthenticate = false, ?array $groupParameters = null)
*/
class Route
{
//
}
}
namespace Illuminate\Routing {
/**
* @method self moonshine(\Closure $callback, bool $withResource = false, bool $withPage = false, bool $withAuthenticate = false, ?array $groupParameters = null)
*/
class Router
{
//
}
}
namespace Illuminate\Http {
/**
* @method \mixed getScalar(string $key, mixed $default = null)
*/
class Request
{
//
}
}