@@ -6,7 +6,6 @@ |
||
6 | 6 | |
7 | 7 | use Psi\Component\Grid\FilterDataInterface; |
8 | 8 | use Psi\Component\Grid\FilterInterface; |
9 | -use Psi\Component\ObjectAgent\Capabilities; |
|
10 | 9 | use Psi\Component\ObjectAgent\Query\Comparison; |
11 | 10 | use Psi\Component\ObjectAgent\Query\Expression; |
12 | 11 | use Psi\Component\ObjectAgent\Query\Query; |
@@ -6,7 +6,6 @@ |
||
6 | 6 | |
7 | 7 | use Psi\Component\Grid\FilterDataInterface; |
8 | 8 | use Psi\Component\Grid\FilterInterface; |
9 | -use Psi\Component\ObjectAgent\Capabilities; |
|
10 | 9 | use Psi\Component\ObjectAgent\Query\Comparison; |
11 | 10 | use Psi\Component\ObjectAgent\Query\Expression; |
12 | 11 | use Psi\Component\ObjectAgent\Query\Query; |
@@ -17,7 +17,7 @@ |
||
17 | 17 | $this->registry = $registry; |
18 | 18 | } |
19 | 19 | |
20 | - // TODO: Rename to createCell -- add createHeader |
|
20 | + // TODO: Rename to createCell -- add createHeader |
|
21 | 21 | public function create(string $columnName, string $typeName, RowData $data, array $options): CellInterface |
22 | 22 | { |
23 | 23 | $resolver = new OptionsResolver(); |