Skip to content

Commit 25ec8cf

Browse files
committed
Fix namespace bug
1 parent 80c5981 commit 25ec8cf

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

src/Entities/Chat.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?php
22
/*
3-
* This file is part of the TelegramApi package.
3+
* This file is part of the TelegramBot package.
44
*
55
* (c) Avtandil Kikabidze aka LONGMAN <[email protected]>
66
*
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*/
10-
namespace Longman\TelegramApi\Entities;
10+
namespace Longman\TelegramBot\Entities;
1111

1212

1313
class Chat

src/Entities/Message.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?php
22
/*
3-
* This file is part of the TelegramApi package.
3+
* This file is part of the TelegramBot package.
44
*
55
* (c) Avtandil Kikabidze aka LONGMAN <[email protected]>
66
*
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*/
10-
namespace Longman\TelegramApi\Entities;
10+
namespace Longman\TelegramBot\Entities;
1111

1212

1313

src/Entities/Update.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?php
22
/*
3-
* This file is part of the TelegramApi package.
3+
* This file is part of the TelegramBot package.
44
*
55
* (c) Avtandil Kikabidze aka LONGMAN <[email protected]>
66
*
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*/
10-
namespace Longman\TelegramApi\Entities;
10+
namespace Longman\TelegramBot\Entities;
1111

1212

1313

src/Entities/User.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?php
22
/*
3-
* This file is part of the TelegramApi package.
3+
* This file is part of the TelegramBot package.
44
*
55
* (c) Avtandil Kikabidze aka LONGMAN <[email protected]>
66
*
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*/
10-
namespace Longman\TelegramApi\Entities;
10+
namespace Longman\TelegramBot\Entities;
1111

1212

1313
class User

0 commit comments

Comments
 (0)