Commit a940fc48 authored by Taylor Otwell's avatar Taylor Otwell

fixed wrapper method on mysql query driver.

parent 8f4bcd46
...@@ -11,6 +11,9 @@ class MySQL extends Query { ...@@ -11,6 +11,9 @@ class MySQL extends Query {
* *
* @return string * @return string
*/ */
public function wrapper() { return '`'; } public function wrapper()
{
return '`';
}
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment