File tree Expand file tree Collapse file tree 4 files changed +2
-3
lines changed Expand file tree Collapse file tree 4 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 5
5
use App \Helpers \Pagination ;
6
6
use Doctrine \ORM \QueryBuilder ;
7
7
use App \Exceptions \InvalidArgumentException ;
8
+ use Doctrine \ORM \Query ;
9
+ use DoctrineExtensions \Query \OrderByCollationInjectionMysqlWalker ;
8
10
9
11
/**
10
12
* Helper class that adds common features (search and order by) to query builder
Original file line number Diff line number Diff line change 5
5
use Doctrine \Common \Collections \Collection ;
6
6
use Doctrine \Common \Collections \Criteria ;
7
7
use Doctrine \ORM \Query ;
8
- use DoctrineExtensions \Query \OrderByCollationInjectionMysqlWalker ;
9
8
use Kdyby \Doctrine \EntityManager ;
10
9
use App \Model \Entity \Exercise ;
11
10
use App \Model \Entity \LocalizedExercise ;
Original file line number Diff line number Diff line change 5
5
use Doctrine \Common \Collections \Collection ;
6
6
use Kdyby \Doctrine \EntityManager ;
7
7
use Doctrine \ORM \Query ;
8
- use DoctrineExtensions \Query \OrderByCollationInjectionMysqlWalker ;
9
8
use App \Model \Entity \Pipeline ;
10
9
use App \Helpers \Pagination ;
11
10
use App \Model \Helpers \PaginationDbHelper ;
Original file line number Diff line number Diff line change 6
6
use App \Model \Helpers \PaginationDbHelper ;
7
7
use Kdyby \Doctrine \EntityManager ;
8
8
use Doctrine \ORM \Query ;
9
- use DoctrineExtensions \Query \OrderByCollationInjectionMysqlWalker ;
10
9
use App \Model \Entity \User ;
11
10
use App \Exceptions \InvalidArgumentException ;
12
11
You can’t perform that action at this time.
0 commit comments