1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-05 05:37:39 +02:00

/*Nette::*/Object

This commit is contained in:
David Grudl
2008-04-16 10:18:02 +00:00
parent 24bf999cd9
commit c8febb8322
21 changed files with 49 additions and 57 deletions

View File

@@ -27,7 +27,7 @@
* @package dibi
* @version $Revision$ $Date$
*/
class DibiDataSource extends Nette_Object implements IDataSource
class DibiDataSource extends /*Nette::*/Object implements IDataSource
{
/** @var DibiConnection */
private $connection;