Add missing extends statement to MDObjectPositionsSet
This commit is contained in:
parent
d20f9ab80c
commit
500bcbe97b
|
@ -9,7 +9,7 @@ declare(strict_types = 1);
|
|||
/**
|
||||
* Class containing available positions on an object.
|
||||
*/
|
||||
class MDObjectPositionsSet {
|
||||
class MDObjectPositionsSet extends MDValueSet {
|
||||
|
||||
const POSITIONS = [
|
||||
'left', 'top_left', 'top', 'top_right', 'right', 'bottom_right', 'bottom', 'bottom_left', 'center', 'rear_side', 'edge', 'other',
|
||||
|
|
Loading…
Reference in New Issue
Block a user