- Patch #316139 by hswong3i: __toString() should be public to work with PHP5.3.
parent
cbeaf157af
commit
3f144d60fa
|
@ -203,7 +203,7 @@ abstract class Query {
|
|||
/**
|
||||
* Returns the query as a prepared statement string.
|
||||
*/
|
||||
abstract protected function __toString();
|
||||
abstract public function __toString();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue