remove codeigniter
This commit is contained in:
@@ -55,7 +55,7 @@ class Setting extends BaseModel
|
||||
}
|
||||
|
||||
/**
|
||||
* CI-compatible: getSettings()
|
||||
* legacy-compatible: getSettings()
|
||||
* Returns the settings model (single row).
|
||||
*/
|
||||
public static function getSettings(): self
|
||||
@@ -64,7 +64,7 @@ class Setting extends BaseModel
|
||||
}
|
||||
|
||||
/**
|
||||
* CI-compatible: updateSettings($data)
|
||||
* legacy-compatible: updateSettings($data)
|
||||
* Updates the singleton row and returns bool.
|
||||
*/
|
||||
public static function updateSettings(array $data): bool
|
||||
|
||||
Reference in New Issue
Block a user