Skip to content

Commit 187d779

Browse files
committed
Revert "Fix the name of ClassMetadata"
This reverts commit c110658.
1 parent 22a7374 commit 187d779

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)