Skip to content

Commit aef6fcd

Browse files
author
cedcommerce
committed
update preferences
1 parent daa3176 commit aef6fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

view/frontend/templates/devtool/preferences.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<table>
2-
<tr><th>Class</th><th>Extended Class</th></tr>
2+
<tr><th>Derived Class</th><th>Parent Interface / Class</th></tr>
33
<?php
44
foreach($block->getPreferencesDetails() as $extendedClass=>$class){ ?>
55
<tr><td><?php echo $class ?></td><td><?php echo $extendedClass ?></td></tr>

0 commit comments

Comments
 (0)