fixed wrapper method on mysql query driver.
This commit is contained in:
parent
8f4bcd4675
commit
a940fc4867
|
@ -11,6 +11,9 @@ class MySQL extends Query {
|
||||||
*
|
*
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function wrapper() { return '`'; }
|
public function wrapper()
|
||||||
|
{
|
||||||
|
return '`';
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue