@@ -7,17 +7,17 @@ |
||
| 7 | 7 | */ |
| 8 | 8 | class passportTypes { |
| 9 | 9 | public const PERSONAL_DETAILS = 'personal_details'; |
| 10 | - public const PASSPORT = 'passport'; |
|
| 11 | - public const DRIVER_LICENSE = 'driver_license'; |
|
| 12 | - public const IDENTITY_CARD = 'identity_card'; |
|
| 13 | - public const INTERNAL_PASSPORT = 'internal_passport'; |
|
| 14 | - public const ADDRESS = 'address'; |
|
| 15 | - public const UTILITY_BILL = 'utility_bill'; |
|
| 16 | - public const BANK_STATEMENT = 'bank_statement'; |
|
| 17 | - public const RENTAL_AGREEMENT = 'rental_agreement'; |
|
| 18 | - public const PASSPORT_REGISTRATION = 'passport_registration'; |
|
| 19 | - public const TEMPORARY_REGISTRATION = 'temporary_registration'; |
|
| 20 | - public const PHONE_NUMBER = 'phone_number'; |
|
| 21 | - public const EMAIL = 'email'; |
|
| 10 | + public const PASSPORT = 'passport'; |
|
| 11 | + public const DRIVER_LICENSE = 'driver_license'; |
|
| 12 | + public const IDENTITY_CARD = 'identity_card'; |
|
| 13 | + public const INTERNAL_PASSPORT = 'internal_passport'; |
|
| 14 | + public const ADDRESS = 'address'; |
|
| 15 | + public const UTILITY_BILL = 'utility_bill'; |
|
| 16 | + public const BANK_STATEMENT = 'bank_statement'; |
|
| 17 | + public const RENTAL_AGREEMENT = 'rental_agreement'; |
|
| 18 | + public const PASSPORT_REGISTRATION = 'passport_registration'; |
|
| 19 | + public const TEMPORARY_REGISTRATION = 'temporary_registration'; |
|
| 20 | + public const PHONE_NUMBER = 'phone_number'; |
|
| 21 | + public const EMAIL = 'email'; |
|
| 22 | 22 | |
| 23 | 23 | } |
@@ -6,15 +6,15 @@ |
||
| 6 | 6 | * Type of the chat |
| 7 | 7 | */ |
| 8 | 8 | class chatType { |
| 9 | - /** Chat type is personal */ |
|
| 10 | - public const PRIVATE = 'private'; |
|
| 9 | + /** Chat type is personal */ |
|
| 10 | + public const PRIVATE = 'private'; |
|
| 11 | 11 | |
| 12 | - /** Chat type is normal group */ |
|
| 13 | - public const GROUP = 'group'; |
|
| 12 | + /** Chat type is normal group */ |
|
| 13 | + public const GROUP = 'group'; |
|
| 14 | 14 | |
| 15 | - /** Chat type is supergroup */ |
|
| 16 | - public const SUPERGROUP = 'supergroup'; |
|
| 15 | + /** Chat type is supergroup */ |
|
| 16 | + public const SUPERGROUP = 'supergroup'; |
|
| 17 | 17 | |
| 18 | - /** Chat type is channel */ |
|
| 18 | + /** Chat type is channel */ |
|
| 19 | 19 | public const CHANNEL = 'channel'; |
| 20 | 20 | } |
@@ -6,3525 +6,3525 @@ |
||
| 6 | 6 | * Emojis class for simple emoji usage |
| 7 | 7 | */ |
| 8 | 8 | class emojis { |
| 9 | - public const GRINNING_FACE = ' |
|