Skip to content

Commit

Permalink
[Athena] Fix less than filters
Browse files Browse the repository at this point in the history
  • Loading branch information
that-guy-iain committed Nov 27, 2023
1 parent 772bbc2 commit b1b70b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions src/Parthenon/Athena/Filters/LessThanFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,10 @@
* On the date above, in accordance with the Business Source License, use of this software will be governed by the open source license specified in the LICENSE file.
*/

namespace App\Parthenon\Athena\Filters;
namespace Parthenon\Athena\Filters;

use Doctrine\ORM\Query;
use Doctrine\ORM\QueryBuilder;
use Parthenon\Athena\Filters\DoctrineFilterInterface;
use Parthenon\Athena\Filters\FilterInterface;
use Parthenon\Athena\Filters\QueryBuilderTrait;

class LessThanFilter implements DoctrineFilterInterface
{
Expand Down
5 changes: 1 addition & 4 deletions src/Parthenon/Athena/Filters/LessThanOrEqualFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,10 @@
* On the date above, in accordance with the Business Source License, use of this software will be governed by the open source license specified in the LICENSE file.
*/

namespace App\Parthenon\Athena\Filters;
namespace Parthenon\Athena\Filters;

use Doctrine\ORM\Query;
use Doctrine\ORM\QueryBuilder;
use Parthenon\Athena\Filters\DoctrineFilterInterface;
use Parthenon\Athena\Filters\FilterInterface;
use Parthenon\Athena\Filters\QueryBuilderTrait;

class LessThanOrEqualFilter implements DoctrineFilterInterface
{
Expand Down

0 comments on commit b1b70b5

Please sign in to comment.