Skip to content

Commit 0dc7162

Browse files
committed
Added missing abstract method
1 parent cdf814c commit 0dc7162

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Engines/MySQLEngine.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ public function delete($models)
2727
{
2828
}
2929

30+
public function mapIds($results)
31+
{
32+
}
33+
3034
/**
3135
* Perform the given search on the engine.
3236
*

0 commit comments

Comments
 (0)