Skip to content

Commit 6156274

Browse files
Added missing changes from previous commit
1 parent b870638 commit 6156274

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/code/Magento/MediaGalleryApi/Api/Data/AssetInterface.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@ public function getHeight(): int;
6565
*/
6666
public function getWidth(): int;
6767

68+
/**
69+
* Retrieve full licensed asset's width
70+
*
71+
* @return int
72+
*/
73+
public function getSize(): int;
74+
6875
/**
6976
* Get created at
7077
*

0 commit comments

Comments
 (0)