@@ -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; |
@@ -27,7 +27,7 @@ |
||
27 | 27 | } |
28 | 28 | |
29 | 29 | public function createHeader(GridContext $gridContext, string $columnName, string $typeName, array $options): Header |
30 | - n { |
|
30 | + n { |
|
31 | 31 | $column = $this->registry->get($typeName); |
32 | 32 | $options = $this->resolveOptions($columnName, $column, $options); |
33 | 33 |