Fix a typo
This commit is contained in:
parent
d9b3e801ea
commit
1cf8746bab
2 changed files with 2 additions and 1 deletions
|
@ -81,7 +81,7 @@ class Media extends Model
|
|||
return $basename;
|
||||
}
|
||||
|
||||
public function getExtension($path);
|
||||
public function getExtension($path)
|
||||
{
|
||||
$parts = explode('.', $path);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue