Fix routes syntax highlight

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma
2019-01-03 22:18:37 +01:00
parent f5db83ece5
commit bfc01a1de8

View File

@@ -138,7 +138,7 @@ can be abbreviated by using the **resources** key:
<?php
return [
'resources' => [
'author' => [url' => '/authors'],
'author' => ['url' => '/authors'],
],
'routes' => [
// your other routes here