Fix a typo

This commit is contained in:
Jonny Barnes 2017-11-13 09:50:41 +00:00
parent d9b3e801ea
commit 1cf8746bab
2 changed files with 2 additions and 1 deletions

View file

@ -81,7 +81,7 @@ class Media extends Model
return $basename;
}
public function getExtension($path);
public function getExtension($path)
{
$parts = explode('.', $path);

View file

@ -1,6 +1,7 @@
# Changelog
## Version 0.12.6 (2017-11-13)
- `.1` fixes a typo
- Fix issue with generating image links from images uploaded to `/api/media`
## Version 0.12.5 (2017-11-09)