Skip to content

Commit a3355c6

Browse files
committed
Merge branch 'silinmykola-class-description-fix' of github.com:SilinMykola/magento2 into 2.4-develop-prs
2 parents a5781a3 + eea60fe commit a3355c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/MediaGalleryUi/Setup/Patch/Data/AddMediaGalleryPermissions.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77

88
namespace Magento\MediaGalleryUi\Setup\Patch\Data;
99

10+
use Magento\Framework\Setup\ModuleDataSetupInterface;
1011
use Magento\Framework\Setup\Patch\PatchVersionInterface;
1112
use Magento\Framework\Setup\Patch\DataPatchInterface;
12-
use Magento\Framework\Setup\ModuleDataSetupInterface;
1313

1414
/**
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
1616
*/
1717
class AddMediaGalleryPermissions implements
1818
DataPatchInterface,
@@ -32,7 +32,7 @@ public function __construct(ModuleDataSetupInterface $moduleDataSetup)
3232
}
3333

3434
/**
35-
* Add child resources permissions for user roles with Magento_Cms::media_gallery permission
35+
* @inheritDoc
3636
*/
3737
public function apply(): void
3838
{

0 commit comments

Comments
 (0)