Skip to content

Commit

Permalink
Change comment
Browse files Browse the repository at this point in the history
  • Loading branch information
djlambert committed Dec 7, 2013
1 parent 847d43e commit 5e82645
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/CrEOF/PhpUuidGenerator/PhpUuidGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/

namespace CrEOF\PhpUuidGenerator;

use Doctrine\ORM\EntityManager;
use Doctrine\ORM\Id\AbstractIdGenerator;

/**
* UUID id generator utilizing PHP UUID library enabling pre-insert id generation
* Native UUID id generator enabling pre-insert id generation
*
* @author Derek Lambert <[email protected]>
*/
Expand Down

0 comments on commit 5e82645

Please sign in to comment.