We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59bec32 commit 8e718c5Copy full SHA for 8e718c5
api/src/Repository/MaterialItemRepository.php
@@ -19,8 +19,6 @@
19
* @method MaterialItem[] findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null)
20
*/
21
class MaterialItemRepository extends ServiceEntityRepository implements CanFilterByUserInterface {
22
- use FiltersByCampCollaboration;
23
-
24
public function __construct(ManagerRegistry $registry) {
25
parent::__construct($registry, MaterialItem::class);
26
}
0 commit comments