mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-11 18:56:42 +02:00
refactor: rename audio_file urls to audio urls
This commit is contained in:
parent
e97266c5d4
commit
c1581c1fd4
11 changed files with 27 additions and 37 deletions
|
|
@ -28,12 +28,12 @@ class Analytics extends BaseConfig
|
|||
/**
|
||||
* get the full audio file url
|
||||
*
|
||||
* @param string|string[] $audioFilePath
|
||||
* @param string|string[] $audioPath
|
||||
*/
|
||||
public function getAudioFileUrl(string | array $audioFilePath): string
|
||||
public function getAudioUrl(string | array $audioPath): string
|
||||
{
|
||||
helper('media');
|
||||
|
||||
return media_base_url($audioFilePath);
|
||||
return media_base_url($audioPath);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue