Renamed UserShared to UsersShared
This commit is contained in:
parent
285a8fe8b8
commit
8ee69052b1
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
use TgBotLib\Interfaces\ObjectTypeInterface;
|
||||
|
||||
class UserShared implements ObjectTypeInterface
|
||||
class UsersShared implements ObjectTypeInterface
|
||||
{
|
||||
/**
|
||||
* @var int
|
||||
|
@ -57,7 +57,7 @@
|
|||
* Constructs object from an array representation
|
||||
*
|
||||
* @param array $data
|
||||
* @return UserShared
|
||||
* @return UsersShared
|
||||
*/
|
||||
public static function fromArray(array $data): self
|
||||
{
|
Loading…
Add table
Reference in a new issue