Skip to content

Commit 4b07205

Browse files
authored
Merge pull request buildwithyab#16 from blaise-zaga/master
Added missing abstract method
2 parents cdf814c + 0dc7162 commit 4b07205

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)