mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 00:01:21 +00:00
Update phpstan level to 6
This commit is contained in:
@@ -49,6 +49,9 @@ class AnidbTitle extends Model
|
||||
*/
|
||||
protected $guarded = [];
|
||||
|
||||
/**
|
||||
* @return \Illuminate\Database\Eloquent\Relations\HasMany<\App\Models\AnidbInfo, $this>
|
||||
*/
|
||||
public function info(): HasMany
|
||||
{
|
||||
return $this->hasMany(AnidbInfo::class, 'anidbid');
|
||||
|
||||
Reference in New Issue
Block a user