Skip to content

Commit

Permalink
Merge pull request #944 from SQKo/patch-126
Browse files Browse the repository at this point in the history
Move Forum folder to Channel (brand new stuff anyways so not a big BC)
  • Loading branch information
key2peace authored Oct 14, 2022
2 parents 02be17c + bde8b0c commit 238b451
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Discord/Parts/Channel/Channel.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
use Discord\Helpers\Multipart;
use Discord\Http\Endpoint;
use Discord\Http\Exceptions\NoPermissionsException;
use Discord\Parts\Forum\Reaction;
use Discord\Parts\Forum\Tag;
use Discord\Parts\Channel\Forum\Reaction;
use Discord\Parts\Channel\Forum\Tag;
use Discord\Parts\Permissions\RolePermission;
use Discord\Parts\Thread\Thread;
use Discord\Repository\Channel\InviteRepository;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* with this source code in the LICENSE.md file.
*/

namespace Discord\Parts\Forum;
namespace Discord\Parts\Channel\Forum;

use Discord\Parts\Part;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* with this source code in the LICENSE.md file.
*/

namespace Discord\Parts\Forum;
namespace Discord\Parts\Channel\Forum;

use Discord\Parts\Part;

Expand Down

0 comments on commit 238b451

Please sign in to comment.