@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace FFCMS\Mappers; |
4 | 4 | |
5 | -use FFMVC\Helpers; |
|
6 | 5 | use FFCMS\Traits; |
6 | +use FFMVC\Helpers; |
|
7 | 7 | |
8 | 8 | /** |
9 | 9 | * Base Database Mapper Class extends f3's DB\SQL\Mapper |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace FFCMS\Models; |
4 | 4 | |
5 | -use FFMVC\Helpers; |
|
6 | 5 | use FFCMS\{Traits, Mappers}; |
7 | 6 | |
8 | 7 | /** |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace FFCMS\Models; |
4 | 4 | |
5 | -use FFMVC\Helpers; |
|
6 | 5 | use FFCMS\{Traits, Mappers}; |
7 | 6 | |
8 | 7 | /** |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace FFCMS\Models; |
4 | 4 | |
5 | -use FFMVC\Helpers; |
|
6 | 5 | use FFCMS\{Traits, Mappers}; |
7 | 6 | |
8 | 7 | /** |
@@ -59,7 +59,6 @@ |
||
59 | 59 | * |
60 | 60 | * @param array $checkFieldsExist [id => 'field1,field2'...] |
61 | 61 | * @param array $fieldsList the list of fields which are valid |
62 | - * @param string|null $users_uuid uuid of user to get results for |
|
63 | 62 | * @return array $validFields |
64 | 63 | */ |
65 | 64 | public static function checkFieldsExist(array $checkFieldsExist = [], array $fieldsList = []): array |