Vladislav Batalov
Vladislav Batalov
[forestDeclaration 4.3.zip](https://github.com/goetas-webservices/xsd2php/files/11228171/forestDeclaration.4.3.zip) Please help me to create config.yml for this XSD
Строка 440: `$user_ids = array_map('self::parseUrl', $users_url); ` Заменить на: `$user_ids = array_map([self::class, "parseUrl"], $users_url); `
My task is to create data in the table based on the input. And I need to implement edit function, after submit. That is, insert all values from the database...
cannot generate class for types other than 'object'
### Problem: We have Update and Message Instance. If chat group very small, we can get all new members by method `getNewChatMembers(): User[]` But for example, my chat have 6000...