Skip to content
This repository was archived by the owner on Jan 1, 2020. It is now read-only.

Commit c72d217

Browse files
committed
removed redundant spaces
1 parent ac2e33d commit c72d217

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

module/Application/config/module.config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
'options' => [
3030
'route' => '/application[/:action]',
3131
'defaults' => [
32-
'controller' => Controller\IndexController::class,
33-
'action' => 'index',
32+
'controller' => Controller\IndexController::class,
33+
'action' => 'index',
3434
],
3535
],
3636
],

0 commit comments

Comments
 (0)