I haven't tried this, but am curious if using camelCase for it would work. That's how it works for things like routes. For example: $user->columnOne
.
I would however recommend renaming that column. That really doesn't map well in a PHP app.
Update - Try this:
$user->{"column-one"}