1
0
mirror of synced 2025-02-20 14:13:15 +03:00

Removing left over class import

This commit is contained in:
Michael Ridgway 2011-03-31 17:22:13 -04:00
parent c46d835146
commit b1b17376ff

View File

@ -19,8 +19,6 @@
namespace Doctrine\ORM\Query;
use Doctrine\ORM\Mapping\ClassMetadata;
/**
* A ResultSetMapping describes how a result set of an SQL query maps to a Doctrine result.
*