@@ -131,10 +131,10 @@ |
||
| 131 | 131 | } |
| 132 | 132 | |
| 133 | 133 | /** |
| 134 | - * Get a new query builder for the model. |
|
| 135 | - * |
|
| 136 | - * @return \Silk\Contracts\Query\BuildsQueries |
|
| 137 | - */ |
|
| 134 | + * Get a new query builder for the model. |
|
| 135 | + * |
|
| 136 | + * @return \Silk\Contracts\Query\BuildsQueries |
|
| 137 | + */ |
|
| 138 | 138 | public function newQuery() |
| 139 | 139 | { |
| 140 | 140 | return QueryBuilder::make()->setModel($this); |
@@ -29,10 +29,10 @@ |
||
| 29 | 29 | const ID_PROPERTY = ''; |
| 30 | 30 | |
| 31 | 31 | /** |
| 32 | - * Get a new query builder for the model. |
|
| 33 | - * |
|
| 34 | - * @return \Silk\Contracts\Query\BuildsQueries |
|
| 35 | - */ |
|
| 32 | + * Get a new query builder for the model. |
|
| 33 | + * |
|
| 34 | + * @return \Silk\Contracts\Query\BuildsQueries |
|
| 35 | + */ |
|
| 36 | 36 | abstract public function newQuery(); |
| 37 | 37 | |
| 38 | 38 | /** |