1
0
mirror of synced 2024-12-13 14:56:01 +03:00
doctrine2/Doctrine/ForeignKey.php

7 lines
92 B
PHP

<?php
/**
* Foreign Key
*/
class Doctrine_ForeignKey extends Doctrine_Relation { }