Issue #2660464 by mallezie: Migrate sql base toString method not accessible by subclasses
parent
61375924d4
commit
a19c7b6a39
|
@ -75,7 +75,7 @@ abstract class SqlBase extends SourcePluginBase implements ContainerFactoryPlugi
|
||||||
* The query string.
|
* The query string.
|
||||||
*/
|
*/
|
||||||
public function __toString() {
|
public function __toString() {
|
||||||
return (string) $this->query;
|
return (string) $this->query();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue