I have the following in my root route:
$user = User::all(); return $user->column-one;
Which returns the exception Use of undefin