Skip to content
Snippets Groups Projects
Unverified Commit 5f1d23b9 authored by Craig Smith's avatar Craig Smith Committed by GitHub
Browse files

Merge pull request #2 from timack/timack-patch-1

Update README.md
parents 4b9b4203 8d77af69
Branches
Tags
No related merge requests found
......@@ -85,8 +85,8 @@ Add a property to your entity controller like this:
public function getPostmanParams(string $method, ?string $routeName): array
{
return [
'key1': 'sampleValue',
'key2' : ''
'key1' => 'sampleValue',
'key2' => ''
];
}
```
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment