Moved Passport objects

This commit is contained in:
netkas 2024-10-04 15:10:22 -04:00
parent 02dedd3e03
commit 0b8603ec75
5 changed files with 5 additions and 4 deletions

View file

@ -4,6 +4,7 @@
namespace TgBotLib\Objects;
use TgBotLib\Interfaces\ObjectTypeInterface;
use TgBotLib\Objects\Passport\PassportData;
use TgBotLib\Objects\Payments\Invoice;
use TgBotLib\Objects\Payments\RefundedPayment;
use TgBotLib\Objects\Payments\SuccessfulPayment;

View file

@ -1,7 +1,7 @@
<?php
namespace TgBotLib\Objects;
namespace TgBotLib\Objects\Passport;
use TgBotLib\Interfaces\ObjectTypeInterface;

View file

@ -1,7 +1,7 @@
<?php
namespace TgBotLib\Objects;
namespace TgBotLib\Objects\Passport;
use TgBotLib\Interfaces\ObjectTypeInterface;

View file

@ -1,7 +1,7 @@
<?php
namespace TgBotLib\Objects;
namespace TgBotLib\Objects\Passport;
use TgBotLib\Interfaces\ObjectTypeInterface;

View file

@ -1,7 +1,7 @@
<?php
namespace TgBotLib\Objects;
namespace TgBotLib\Objects\Passport;
use TgBotLib\Interfaces\ObjectTypeInterface;