File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/MediaGalleryUi/Setup/Patch/Data Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
8
8
namespace Magento \MediaGalleryUi \Setup \Patch \Data ;
9
9
10
+ use Magento \Framework \Setup \ModuleDataSetupInterface ;
10
11
use Magento \Framework \Setup \Patch \PatchVersionInterface ;
11
12
use Magento \Framework \Setup \Patch \DataPatchInterface ;
12
- use Magento \Framework \Setup \ModuleDataSetupInterface ;
13
13
14
14
/**
15
- * Patch is mechanism, that allows to do atomic upgrade data changes
15
+ * Add child resources permissions for user roles with Magento_Cms::media_gallery permission
16
16
*/
17
17
class AddMediaGalleryPermissions implements
18
18
DataPatchInterface,
@@ -32,7 +32,7 @@ public function __construct(ModuleDataSetupInterface $moduleDataSetup)
32
32
}
33
33
34
34
/**
35
- * Add child resources permissions for user roles with Magento_Cms::media_gallery permission
35
+ * @inheritDoc
36
36
*/
37
37
public function apply (): void
38
38
{
You can’t perform that action at this time.
0 commit comments