@@ -7,7 +7,6 @@ |
||
7 | 7 | */ |
8 | 8 | namespace samsoncms\api; |
9 | 9 | |
10 | -use samsoncms\api\query\Material; |
|
11 | 10 | use samsonframework\orm\DatabaseInterface; |
12 | 11 | |
13 | 12 | /** |
@@ -129,6 +129,7 @@ |
||
129 | 129 | * |
130 | 130 | * @param string $fieldName Entity field name |
131 | 131 | * @param string $fieldValue Value |
132 | + * @param string $fieldRelation |
|
132 | 133 | * @return self Chaining |
133 | 134 | */ |
134 | 135 | public function where($fieldName, $fieldValue = null, $fieldRelation = ArgumentInterface::EQUAL) |