This commit is contained in:
2023-04-16 14:41:20 +08:00
parent 0bf69d576d
commit 64d3f31138
5 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ class Pagination extends Component
*/
public function __construct(ActiveQuery $activeQuery, array $config = [])
{
parent::__construct($config);
parent::__construct();
$this->activeQuery = $activeQuery;
}