mirror of
https://github.com/openvk/openvk
synced 2024-12-23 09:01:15 +03:00
parent
6c496ef0ed
commit
17a60f24e8
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ class Photo extends Media
|
||||||
return $res;
|
return $res;
|
||||||
}
|
}
|
||||||
|
|
||||||
static function fastMake(int $owner, array $file, string $description = "", ?Album $album = NULL, bool $anon = false): Photo
|
static function fastMake(int $owner, string $description = "", array $file, ?Album $album = NULL, bool $anon = false): Photo
|
||||||
{
|
{
|
||||||
$photo = new static;
|
$photo = new static;
|
||||||
$photo->setOwner($owner);
|
$photo->setOwner($owner);
|
||||||
|
|
Loading…
Reference in a new issue