Skip to content

Commit fee2068

Browse files
committed
feat: 🎸 Add _ide_helper.php
1 parent 8c10393 commit fee2068

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

‎_ide_helper.php‎

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
<?php
2+
3+
namespace Illuminate\Database\Eloquent
4+
{
5+
use Lampager\Laravel\Paginator;
6+
7+
if (false) {
8+
class Builder
9+
{
10+
/**
11+
* @see \Lampager\Laravel\MacroServiceProvider
12+
*/
13+
public function lampager(): Paginator
14+
{
15+
}
16+
}
17+
}
18+
}
19+
20+
namespace Illuminate\Database\Eloquent\Relations
21+
{
22+
use Lampager\Laravel\Paginator;
23+
24+
if (false) {
25+
class Relation
26+
{
27+
/**
28+
* @see \Lampager\Laravel\MacroServiceProvider
29+
*/
30+
public function lampager(): Paginator
31+
{
32+
}
33+
}
34+
}
35+
}
36+
37+
namespace Illuminate\Database\Query
38+
{
39+
use Lampager\Laravel\Paginator;
40+
41+
if (false) {
42+
class Builder
43+
{
44+
/**
45+
* @see \Lampager\Laravel\MacroServiceProvider
46+
*/
47+
public function lampager(): Paginator
48+
{
49+
}
50+
}
51+
}
52+
}

0 commit comments

Comments
 (0)