Правка push-update
Исправление метода File::getOwner()
This commit is contained in:
@ -30,7 +30,7 @@ abstract class File
|
||||
$this->owner = $owner;
|
||||
}
|
||||
|
||||
public function getOwner($owner)
|
||||
public function getOwner()
|
||||
{
|
||||
return $this->owner;
|
||||
}
|
||||
|
Reference in New Issue
Block a user