Skip to content

Commit

Permalink
Refactor App namespace to Chat
Browse files Browse the repository at this point in the history
  • Loading branch information
abnegate committed Nov 9, 2023
1 parent 1060cc1 commit 28f0599
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Utopia\Messaging\Adapter\App;
namespace Utopia\Messaging\Adapter\Chat;

use Utopia\Messaging\Adapter;
use Utopia\Messaging\Messages\Discord as DiscordMessage;
Expand Down
4 changes: 2 additions & 2 deletions tests/Messaging/Adapter/App/DiscordTest.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

namespace Utopia\Tests\Adapter\App;
namespace Utopia\Tests\Adapter\Chat;

use Utopia\Messaging\Adapter\App\Discord;
use Utopia\Messaging\Adapter\Chat\Discord;
use Utopia\Messaging\Messages\Discord as DiscordMessage;
use Utopia\Tests\Adapter\Base;

Expand Down

0 comments on commit 28f0599

Please sign in to comment.