Skip to content

Commit b9190a0

Browse files
committed
- Removed method getAliasRegistry() from Kir\MySQL\Database because it does not belong there
1 parent d07a20f commit b9190a0

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/Database.php

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,8 @@
33

44
use Kir\MySQL\Builder\Exception;
55
use Kir\MySQL\Builder\QueryStatement;
6-
use Kir\MySQL\Builder\RunnableSelect;
7-
use Kir\MySQL\Tools\AliasRegistry;
86

97
interface Database {
10-
/**
11-
* @return AliasRegistry
12-
*/
13-
public function getAliasRegistry();
14-
158
/**
169
* @param string $query
1710
* @throws Exception
@@ -65,7 +58,7 @@ public function quoteField($field);
6558

6659
/**
6760
* @param array $fields
68-
* @return RunnableSelect
61+
* @return Builder\RunnableSelect
6962
*/
7063
public function select(array $fields = array());
7164

0 commit comments

Comments
 (0)