Skip to content

Commit 261f4c2

Browse files
alex-jfMulkave
authored andcommitted
Prepare Bindings (#292)
Should help with issue [#287](#287) and [#272](#272)
1 parent da70dd1 commit 261f4c2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/Query/Grammars/Grammar.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,4 +342,17 @@ public function cropLabelIdentifier($id)
342342
{
343343
return preg_replace('/_neoeloquent_.*/', '', $id);
344344
}
345+
346+
/**
347+
* Prepare bindings for cleanBindings function
348+
*
349+
* @param array $bindings
350+
*
351+
* @return array
352+
*/
353+
public function prepareBindingsForDelete(array $bindings)
354+
{
355+
return $bindings;
356+
}
357+
345358
}

0 commit comments

Comments
 (0)