diff --git a/src/item/Food.php b/src/item/Food.php index fccce4068c..ff737e3299 100644 --- a/src/item/Food.php +++ b/src/item/Food.php @@ -23,7 +23,6 @@ declare(strict_types=1); namespace pocketmine\item; -use pocketmine\entity\FoodSource; use pocketmine\entity\Living; abstract class Food extends Item implements FoodSourceItem{