Latest pint fixes

This commit is contained in:
DariusIII
2026-03-11 10:11:30 +01:00
parent 91361345ed
commit 4bca02f103
169 changed files with 754 additions and 480 deletions
+2 -2
View File
@@ -86,7 +86,7 @@ class Predb extends Model
protected $guarded = [];
/**
* @return \Illuminate\Database\Eloquent\Relations\HasMany<\App\Models\PredbHash, $this>
* @return HasMany<PredbHash, $this>
*/
public function hash(): HasMany
{
@@ -94,7 +94,7 @@ class Predb extends Model
}
/**
* @return \Illuminate\Database\Eloquent\Relations\HasMany<\App\Models\Release, $this>
* @return HasMany<Release, $this>
*/
public function release(): HasMany
{