mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Fix routes syntax highlight
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user