Removes fancy quotes.

This commit is contained in:
Refringe 2024-09-30 14:09:38 -04:00
parent caefd6dbb2
commit 0208213564
Signed by: Refringe
SSH Key Fingerprint: SHA256:t865XsQpfTeqPRBMN2G6+N8wlDjkgUCZF3WGW6O9N/k

View File

@ -29,12 +29,12 @@ class ManageOAuthConnections extends Component
public $selectedConnectionId;
/**
* The components listeners.
* The component's listeners.
*/
protected $listeners = ['saved' => 'refreshUser'];
/**
* Initializes the component by loading the users OAuth connections.
* Initializes the component by loading the user's OAuth connections.
*/
public function mount(): void
{