summaryrefslogtreecommitdiff
path: root/resources/views/admin/components.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/admin/components.phtml')
-rw-r--r--resources/views/admin/components.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/admin/components.phtml b/resources/views/admin/components.phtml
index 7144722530..7f861295ed 100644
--- a/resources/views/admin/components.phtml
+++ b/resources/views/admin/components.phtml
@@ -50,7 +50,7 @@ use Illuminate\Support\Collection;
</thead>
<tbody>
- <?php foreach ($modules as $module_name => $module) : ?>
+ <?php foreach ($modules as $module) : ?>
<tr>
<th scope="col">
<input type="hidden" name="order[]" value="<?= e($module->name()) ?>">