Skip to content

Commit

Permalink
Updated namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Endermanbugzjfc committed Apr 14, 2022
1 parent 97644e7 commit b6f1414
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Main.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace SlapperRotation;
namespace xqwtxon\SlapperRotation;

use SlapperRotation\SlapperListener;
use pocketmine\plugin\PluginBase;
Expand Down
2 changes: 1 addition & 1 deletion src/SlapperInfo.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace SlapperRotation;
namespace xqwtxon\SlapperRotation;

interface SlapperInfo {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/SlapperListener.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace SlapperRotation;
namespace xqwtxon\SlapperRotation;

use pocketmine\event\Listener;
use pocketmine\event\player\PlayerMoveEvent;
Expand Down

0 comments on commit b6f1414

Please sign in to comment.