Skip to content

Commit

Permalink
update preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
cedcommerce committed Apr 12, 2016
1 parent daa3176 commit aef6fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/frontend/templates/devtool/preferences.phtml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<table>
<tr><th>Class</th><th>Extended Class</th></tr>
<tr><th>Derived Class</th><th>Parent Interface / Class</th></tr>
<?php
foreach($block->getPreferencesDetails() as $extendedClass=>$class){ ?>
<tr><td><?php echo $class ?></td><td><?php echo $extendedClass ?></td></tr>
Expand Down

0 comments on commit aef6fcd

Please sign in to comment.