Skip to content

Commit 8e718c5

Browse files
committed
remove unused trait
1 parent 59bec32 commit 8e718c5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

api/src/Repository/MaterialItemRepository.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
* @method MaterialItem[] findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null)
2020
*/
2121
class MaterialItemRepository extends ServiceEntityRepository implements CanFilterByUserInterface {
22-
use FiltersByCampCollaboration;
23-
2422
public function __construct(ManagerRegistry $registry) {
2523
parent::__construct($registry, MaterialItem::class);
2624
}

0 commit comments

Comments
 (0)