1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/sandbox/models/Contact.class.php
2007-10-18 04:03:33 +00:00

12 lines
172 B
PHP

<?php
require_once('generated/BaseContact.class.php');
/**
* This class has been auto-generated by the Doctrine ORM Framework
*/
class Contact extends BaseContact
{
}