diff --git a/classes/App/Model/fairy.php b/classes/App/Model/fairy.php index 1753443..8f136de 100644 --- a/classes/App/Model/fairy.php +++ b/classes/App/Model/fairy.php @@ -4,5 +4,5 @@ //ORM will guess the name of the table //using the name of the class class Fairy extends \PHPixie\ORM\Model { - -} \ No newline at end of file + public $belongs_to = array('tree'); +}