BlockMetadataStore: fix case of import

found by PHPStan static analysis tool
This commit is contained in:
Dylan K. Taylor 2018-05-18 16:45:44 +01:00
parent 6643fa5f09
commit f08537a1e0

View File

@ -23,7 +23,7 @@ declare(strict_types=1);
namespace pocketmine\metadata;
use pocketmine\Block\Block;
use pocketmine\block\Block;
use pocketmine\level\Level;
use pocketmine\plugin\Plugin;