Skip to content

Commit abd60b5

Browse files
authored
Add templates to Repository (#238)
1 parent fdc1703 commit abd60b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Settings/Repository.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
use Illuminate\Contracts\Support\Arrayable;
99
use Illuminate\Database\Eloquent\Builder;
1010

11+
/**
12+
* @template TKey of array-key
13+
* @template TValue
14+
*/
1115
class Repository implements Arrayable, ArrayAccess, Contract
1216
{
1317
/**

0 commit comments

Comments
 (0)