|
|
@ -203,6 +203,6 @@ class NotifyController extends AbstractController
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public function testNotify(RequestInterface $request) {
|
|
|
|
public function testNotify(RequestInterface $request) {
|
|
|
|
return $this->success(['params' => $request->all()])
|
|
|
|
return $this->success(['params' => $request->all()]);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|