mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-22 16:02:54 +03:00
Changed Comment
This commit is contained in:
parent
a9b43ea18d
commit
93b7be06ae
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ class Settings extends API_V1_Controller {
|
||||||
/**
|
/**
|
||||||
* PUT API Method
|
* PUT API Method
|
||||||
*
|
*
|
||||||
* @param string $name The setting name to be updated.
|
* @param string $name The setting name to be inserted/updated.
|
||||||
*/
|
*/
|
||||||
public function put($name) {
|
public function put($name) {
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in a new issue