Definition::location PHP Method

location() public method

public location ( )
    public function location()
    {
        return $this->hasOne('Location', 'definition_id');
    }