diff --git a/app/Livewire/Profile/ManageOAuthConnections.php b/app/Livewire/Profile/ManageOAuthConnections.php index 15ece9f..83517c0 100644 --- a/app/Livewire/Profile/ManageOAuthConnections.php +++ b/app/Livewire/Profile/ManageOAuthConnections.php @@ -29,12 +29,12 @@ class ManageOAuthConnections extends Component public $selectedConnectionId; /** - * The component’s listeners. + * The component's listeners. */ protected $listeners = ['saved' => 'refreshUser']; /** - * Initializes the component by loading the user’s OAuth connections. + * Initializes the component by loading the user's OAuth connections. */ public function mount(): void {