Fix typo in api logger #374

This commit is contained in:
Kendrick Chan 2020-04-10 21:17:31 +08:00
parent 63bb887370
commit 3cc20c7410

View file

@ -35,7 +35,7 @@ class LogSubscriber implements EventSubscriberInterface
$req->query->all(),
$req->request->all(),
];
error_log(print_r($req_data, true));
error_log(print_r($reqdata, true));
}
public function onKernelResponse(ResponseEvent $event)