Skip to content

Commit 79521be

Browse files
committed
Fix missing PHP use statement in lex_stats
1 parent 4869afc commit 79521be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Api/Model/Languageforge/Lexicon/Dto/LexStatsDto.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
namespace Api\Model\Languageforge\Lexicon\Dto;
44
use Api\Model\Shared\Mapper\MongoQueries;
5+
use Api\Model\Shared\Mapper\MongoStore;
56

67
class LexStatsDto
78
{

0 commit comments

Comments
 (0)