Skip to content

Commit 19dbca6

Browse files
+ Added Eloquent Collection stub
1 parent 1e3ade4 commit 19dbca6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

stubs/EloquentCollection.stub

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?php
2+
3+
namespace Illuminate\Database\Eloquent;
4+
5+
use Illuminate\Database\Eloquent\Model;
6+
7+
/**
8+
* @template TKey of array-key
9+
* @template TModel of Model
10+
*/
11+
class Collection
12+
{
13+
14+
}

0 commit comments

Comments
 (0)