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:
@@ -45,6 +45,9 @@ class PredbHash extends Model
|
||||
*/
|
||||
protected $primaryKey = 'hash';
|
||||
|
||||
/**
|
||||
* @return \Illuminate\Database\Eloquent\Relations\BelongsTo<\App\Models\Predb, $this>
|
||||
*/
|
||||
public function predb(): BelongsTo
|
||||
{
|
||||
return $this->belongsTo(Predb::class, 'predb_id');
|
||||
|
||||
Reference in New Issue
Block a user