Skip to content

Commit

Permalink
Fix namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
valzargaming committed Sep 29, 2024
1 parent 45bb0ee commit 8eabb2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Discord/Parts/SKUs/SKU.php
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\Entitlements;
namespace Discord\Parts\SKUs;

use Discord\Parts\Part;

Expand Down
2 changes: 1 addition & 1 deletion src/Discord/Parts/SKUs/Subscription.php
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\Entitlements;
namespace Discord\Parts\SKUs;

use Carbon\Carbon;
use Discord\Helpers\Collection;
Expand Down

0 comments on commit 8eabb2c

Please sign in to comment.