Sample data throwing package components out of order
authorLaury GvR <laury@gaslightmedia.com>
Thu, 20 Sep 2018 22:44:00 +0000 (18:44 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 20 Sep 2018 22:44:00 +0000 (18:44 -0400)
setup/adminHooks.php

index 42e2dff..0cb7003 100644 (file)
@@ -129,7 +129,6 @@ add_filter(
                 'expired' => [
                     'title' => "Expired Packages",
                     'slug' => "expired-packages",
-                    'order' => 3,
                     'template' => 'list',
                     'entityID'  => 'packageID',
                     'table' => $packagesTable,