Skip to content

Commit

Permalink
Fixed Namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Hitmare committed Sep 19, 2017
1 parent ff02a29 commit e88999b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Commands/lockstatusCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
*/

namespace Longman\TelegramBot\Commands\AdminCommands;
namespace Hitmare\UnlockPTB;
//use Hitmare\UnlockPTB\Unlock;

use Hitmare\Unlock-PTB\Unlock;
use Longman\TelegramBot\Commands\Command;
use Longman\TelegramBot\Commands\AdminCommand;
use Longman\TelegramBot\Request;
Expand Down
2 changes: 1 addition & 1 deletion src/UnlockPTB.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Hitmare\UnlockPTB;
namespace Hitmare\Unlock-PTB;
use Longman\TelegramBot\DB;
use Longman\TelegramBot\Exception\TelegramException;
use PDO;
Expand Down

0 comments on commit e88999b

Please sign in to comment.