Approval.
This commit is contained in:
9
ro/object_form_set.php
Normal file
9
ro/object_form_set.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$object_form_set = array (
|
||||
'cube' => 'Cube',
|
||||
'cuboid' => 'Cuboid',
|
||||
'sphere' => 'Sphere',
|
||||
'cone' => 'Cone',
|
||||
'cylinder' => 'Cylinder',
|
||||
);
|
Reference in New Issue
Block a user