mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Fix resource controller interface implementation
This commit is contained in:
parent
3c6b1a75a0
commit
01f59b4e82
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ class ResourceController extends Controller implements ResourceControllerInterfa
|
|||
/**
|
||||
* Get single resource.
|
||||
*/
|
||||
public function getAction()
|
||||
public function getAction(Request $request)
|
||||
{
|
||||
$criteria = $this->getCriteria();
|
||||
$criteria[$this->getIdentifierName()] = $this->getIdentifierValue();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue