update
This commit is contained in:
@ -58,7 +58,7 @@ class KeywordsController extends AbstractController
|
||||
public function monitorInsert(): \Psr\Http\Message\ResponseInterface
|
||||
{
|
||||
$keyword = $this->request->post('keyword');
|
||||
$ignoreUrl = $this->request->post('ignore_url');
|
||||
$ignoreUrl = $this->request->post('ignore_url', []);
|
||||
|
||||
$query = AppKeywordsMonitor::query()->where([
|
||||
['keyword', $keyword],
|
||||
|
Reference in New Issue
Block a user