1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-04 13:17:58 +02:00

DibiDataSource: removed the final keyword of the __toString() method.

This commit is contained in:
Jan Vlcek
2009-10-03 00:17:31 +08:00
committed by David Grudl
parent 22b62ee9a5
commit 4b2a329127

View File

@@ -287,7 +287,7 @@ class DibiDataSource extends DibiObject implements IDataSource
* Returns SQL query.
* @return string
*/
final public function __toString()
public function __toString()
{
return $this->connection->sql('
SELECT %n', (empty($this->cols) ? '*' : $this->cols), '