We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ca4b67 commit 7118449Copy full SHA for 7118449
src/Adapter/DatabaseAdapter.php
@@ -49,7 +49,7 @@ class DatabaseAdapter implements Adapter, UpdatableAdapter, BatchAdapter, Filter
49
*/
50
public function __construct(?string $driver = null)
51
{
52
- $this->model = new RuleModel($driver);
+ $this->model = new RuleModel([], $driver);
53
}
54
55
/**
0 commit comments