1
0
mirror of synced 2025-02-19 13:43:15 +03:00
2006-05-30 08:42:10 +00:00

8 lines
125 B
PHP

<?php
require_once("Relation.php");
/**
* Foreign Key
*/
class Doctrine_ForeignKey extends Doctrine_Relation { }
?>