mirror of
https://github.com/dg/dibi.git
synced 2025-08-04 21:28:02 +02:00
DibiDataSource: removed the final keyword of the __toString() method.
This commit is contained in:
@@ -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), '
|
||||
|
Reference in New Issue
Block a user