Skip to content

Commit

Permalink
Moved FolderPluginLoader to DevTools namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Nov 26, 2021
1 parent 0e3601c commit 277a698
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/DevTools/DevTools.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

use DevTools\commands\ExtractPluginCommand;
use DevTools\commands\GeneratePluginCommand;
use FolderPluginLoader\FolderPluginLoader;
use pocketmine\command\Command;
use pocketmine\command\CommandSender;
use pocketmine\permission\Permissible;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

declare(strict_types=1);

namespace FolderPluginLoader;
namespace DevTools;

use pocketmine\plugin\PluginDescription;
use pocketmine\plugin\PluginLoader;
Expand Down

0 comments on commit 277a698

Please sign in to comment.