@@ -180,7 +180,6 @@ |
||
| 180 | 180 | /** |
| 181 | 181 | * Function to retrieve this material table by specified field |
| 182 | 182 | * @param string $tableSelector Selector to identify table structure |
| 183 | - * @param string $field Database field by which search is performed |
|
| 184 | 183 | * @param array $tableColumns Columns names list |
| 185 | 184 | * @param string $externalHandler External handler to perform some extra code |
| 186 | 185 | * @param array $params External handler params |
@@ -10,7 +10,6 @@ |
||
| 10 | 10 | use samson\activerecord\TableRelation; |
| 11 | 11 | use samson\activerecord\material; |
| 12 | 12 | use samson\core\CompressableService; |
| 13 | -use samson\activerecord\dbRecord; |
|
| 14 | 13 | use samson\activerecord\dbMySQLConnector; |
| 15 | 14 | |
| 16 | 15 | /** |