Skip to content

Commit

Permalink
Add missing use NameSpace on Entity.php - fix broken sort & filter on…
Browse files Browse the repository at this point in the history
… JoinColumn (#1089)
  • Loading branch information
Trisco authored Nov 2, 2023
1 parent 2b23fc9 commit 1ba007c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Grid/Source/Entity.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
namespace APY\DataGridBundle\Grid\Source;

use APY\DataGridBundle\Grid\Column\Column;
use APY\DataGridBundle\Grid\Column\JoinColumn;
use APY\DataGridBundle\Grid\Row;
use APY\DataGridBundle\Grid\Rows;
use Doctrine\ORM\Internal\SQLResultCasing;
Expand Down

0 comments on commit 1ba007c

Please sign in to comment.