This commit is contained in:
Dylan K. Taylor
2022-03-22 15:44:11 +00:00
parent b7e6854189
commit 4a94cb85a2
2 changed files with 1 additions and 2 deletions

View File

@ -23,8 +23,6 @@ declare(strict_types=1);
namespace pocketmine\utils;
use function preg_match;
trait EnumTrait{
use RegistryTrait;
use NotCloneable;