Skip to content

Commit c7b607d

Browse files
committed
array format
1 parent 7554370 commit c7b607d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/autoload/routes.global.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@
114114
\Prooph\Psr7Middleware\CommandMiddleware::NAME_ATTRIBUTE => \Prooph\ProophessorDo\Model\Todo\Command\ReopenTodo::class,
115115
],
116116
],
117-
], [
117+
],
118+
[
118119
'name' => 'command::add-deadline-to-todo',
119120
'path' => '/api/commands/add-deadline-to-todo',
120121
'middleware' => [

0 commit comments

Comments
 (0)