get
This commit is contained in:
@@ -13,7 +13,7 @@ class AnnouncementController extends Backend
|
||||
|
||||
public function list()
|
||||
{
|
||||
$params = $this->request->param();
|
||||
$params = $this->request->get();
|
||||
$where = [];
|
||||
if (!empty($params['title'])) {
|
||||
$where[] = ['title', '=', $params['title']];
|
||||
|
||||
Reference in New Issue
Block a user