@@ -209,7 +209,7 @@ discard block |
||
209 | 209 | /** |
210 | 210 | * Begin querying the model. |
211 | 211 | * |
212 | - * @return \Childish\query\Builder |
|
212 | + * @return ModelManager |
|
213 | 213 | */ |
214 | 214 | public static function query() |
215 | 215 | { |
@@ -220,7 +220,7 @@ discard block |
||
220 | 220 | * getConnection |
221 | 221 | * |
222 | 222 | * @static |
223 | - * @return mixed |
|
223 | + * @return connection\Connection |
|
224 | 224 | */ |
225 | 225 | public static function getTableConnection() |
226 | 226 | { |