From 020821356428cf70b221bc526d5db1d93fe8e65a Mon Sep 17 00:00:00 2001 From: Refringe Date: Mon, 30 Sep 2024 14:09:38 -0400 Subject: [PATCH] Removes fancy quotes. --- app/Livewire/Profile/ManageOAuthConnections.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {