mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-21 20:48:00 +01:00
Changing getMasterTrackFile back to protected
This commit is contained in:
parent
e6ee85d6d9
commit
d18d6bf23a
1 changed files with 1 additions and 1 deletions
|
@ -646,7 +646,7 @@ class Track extends Model implements Searchable, Commentable, Favouritable
|
|||
}
|
||||
|
||||
|
||||
public function getMasterTrackFile() : TrackFile
|
||||
protected function getMasterTrackFile() : TrackFile
|
||||
{
|
||||
return $this->trackFiles()->where('is_master', true)->first();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue