Skip to content

Commit

Permalink
Renamed Layers namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
TiiFuchs committed May 14, 2022
1 parent b80e6fe commit 14737ae
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Layer/Base.php → src/Layers/Base.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Tii\Telepath\Layer;
namespace Tii\Telepath\Layers;

use GuzzleHttp\Client;
use Tii\Telepath\Telegram\InputMedia;
Expand Down
2 changes: 1 addition & 1 deletion src/Layer/Generated.php → src/Layers/Generated.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* This file is auto-generated.
*/

namespace Tii\Telepath\Layer;
namespace Tii\Telepath\Layers;

use Tii\Telepath\Types\InputFile;
use Tii\Telepath\Telegram\BotCommand;
Expand Down
2 changes: 1 addition & 1 deletion src/TelegramBot.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Tii\Telepath\Cache\UsesCache;
use Tii\Telepath\Conversations\Conversation;
use Tii\Telepath\Handlers\Handler;
use Tii\Telepath\Layer\Generated;
use Tii\Telepath\Layers\Generated;
use Tii\Telepath\Middleware\Attributes\Middleware as MiddlewareAttribute;
use Tii\Telepath\Middleware\Middleware;
use Tii\Telepath\Middleware\Pipeline;
Expand Down
Binary file modified telepathy
Binary file not shown.

0 comments on commit 14737ae

Please sign in to comment.