Skip to content

Commit

Permalink
+ Added Eloquent Collection stub
Browse files Browse the repository at this point in the history
  • Loading branch information
tylernathanreed authored Dec 13, 2024
1 parent 1e3ade4 commit 19dbca6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions stubs/EloquentCollection.stub
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?php

namespace Illuminate\Database\Eloquent;

use Illuminate\Database\Eloquent\Model;

/**
* @template TKey of array-key
* @template TModel of Model
*/
class Collection
{

}

0 comments on commit 19dbca6

Please sign in to comment.