Skip to content

Instantly share code, notes, and snippets.

@matthewtrask
Created November 26, 2019 14:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthewtrask/b65d668e3945f2361aa012ca633cb973 to your computer and use it in GitHub Desktop.
Save matthewtrask/b65d668e3945f2361aa012ca633cb973 to your computer and use it in GitHub Desktop.
$query = str_replace(array('?'), array('\'%s\''), $payments->toSql());
$query = vsprintf($query, $payments->getBindings());
dd($query);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment