mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Fix type conflict
This commit is contained in:
parent
cd2d769402
commit
7eba7e7b0a
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user