Fix type conflict

This commit is contained in:
Luke Towers 2023-07-14 20:24:20 -06:00
parent cd2d769402
commit 7eba7e7b0a

View File

@ -51,7 +51,7 @@ class UserPreferencesModel extends SettingsModel
/**
* Checks if the model has been set up previously, intended as a static method
*/
public function isConfigured()
public function isConfigured(): bool
{
return $this->getSettingsRecord() !== null;
}