This method will return a single stdClass object: $user = DB::table('users')->where('name', 'John')->first(); return $user->email;.
確定! 回上一頁