12 lines
172 B
PHP
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
|
|
{
|
|
|
|
|
|
|
|
} |