Skip to content

Commit c110658

Browse files
samnelamab05k
authored andcommitted
Fix the name of ClassMetadata
1 parent b210322 commit c110658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@ Now, create a Doctrine filter class:
11231123
namespace App\Filter;
11241124
11251125
use App\Annotation\UserAware;
1126-
use Doctrine\ORM\Mapping\ClassMetaData;
1126+
use Doctrine\ORM\Mapping\ClassMetadata;
11271127
use Doctrine\ORM\Query\Filter\SQLFilter;
11281128
use Doctrine\Common\Annotations\Reader;
11291129

0 commit comments

Comments
 (0)