Skip to content

Commit 91114e0

Browse files
committed
feat: change output table headers
1 parent 8ba2805 commit 91114e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system/Commands/Utilities/Routes.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ public function run(array $params)
132132
'Method',
133133
'Route',
134134
'Handler',
135-
'Filters:before',
136-
'Filters:after',
135+
'Before Filters',
136+
'After Filters',
137137
];
138138

139139
CLI::table($tbody, $thead);

0 commit comments

Comments
 (0)