Skip to content

Commit 7bde49e

Browse files
author
Youssef El Montaser
committed
Typo
1 parent 5e53b78 commit 7bde49e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api-bundle/resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ class MyCustomResource implements ResourceInterface
2626

2727
public function getItemOperations() {
2828
return [
29-
new MyItemOperation();
29+
new MyItemOperation(),
3030
];
3131
}
3232

3333
public function getCollectionOperations()
3434
{
3535
return [
36-
new MyCollectionOperation();
36+
new MyCollectionOperation(),
3737
];
3838
}
3939

0 commit comments

Comments
 (0)