From bd24ebe66ea633c211b891f0995daea0d9721e45 Mon Sep 17 00:00:00 2001 From: Ejaz Alam Date: Wed, 10 Mar 2021 15:35:04 +0500 Subject: [PATCH] Update CreateInterface.php --- .../Framework/EntityManager/Operation/CreateInterface.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/internal/Magento/Framework/EntityManager/Operation/CreateInterface.php b/lib/internal/Magento/Framework/EntityManager/Operation/CreateInterface.php index dea1c0b672d6e..65c069b5d6960 100644 --- a/lib/internal/Magento/Framework/EntityManager/Operation/CreateInterface.php +++ b/lib/internal/Magento/Framework/EntityManager/Operation/CreateInterface.php @@ -9,6 +9,7 @@ /** * Interface for creating entity + * @deprecated */ interface CreateInterface extends OperationInterface {