This commit is contained in:
Dylan K. Taylor 2021-06-12 21:51:08 +01:00
parent 8e1d27a719
commit b525f45bf8
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -23,9 +23,6 @@ declare(strict_types=1);
namespace pocketmine\permission;
use pocketmine\plugin\Plugin;
use pocketmine\utils\ObjectSet;
final class PermissibleBase implements Permissible{
use PermissibleDelegateTrait;