mirror of
https://github.com/getgrav/grav.git
synced 2026-07-20 21:30:42 +02:00
Added missing method access
This commit is contained in:
@@ -204,7 +204,7 @@ class Media extends AbstractMedia
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
function path()
|
||||
public function path()
|
||||
{
|
||||
return $this->path;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user