diff options
Diffstat (limited to 'lib/rms.php')
| -rw-r--r-- | lib/rms.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rms.php b/lib/rms.php index 1e76d53..8b92e49 100644 --- a/lib/rms.php +++ b/lib/rms.php @@ -6,5 +6,5 @@ const RMS_SOUNDS_CONTAINER = '/experience/inline/container'; const RMS_SOUNDS_PLAYABLE = '/experience/inline/play'; function rms_fetch(string $path): stdClass { - return json_decode(file_get_contents(RMS_API_BASE . $path)); + return json_decode(file_get_contents(RMS_API_BASE . $path)); } |
