Added missing method access

This commit is contained in:
Andy Miller
2017-07-26 20:55:27 -06:00
committed by GitHub
parent c2d22694f3
commit 9168b192ff

View File

@@ -204,7 +204,7 @@ class Media extends AbstractMedia
*
* @return mixed
*/
function path()
public function path()
{
return $this->path;
}