1
0
mirror of synced 2025-01-24 01:01:41 +03:00
doctrine2/sandbox/models/Contact.class.php

12 lines
172 B
PHP
Raw Normal View History

2007-10-15 19:34:48 +00:00
<?php
require_once('generated/BaseContact.class.php');
2007-10-18 04:03:33 +00:00
2007-10-15 19:34:48 +00:00
/**
* This class has been auto-generated by the Doctrine ORM Framework
*/
class Contact extends BaseContact
{
}