Use a global style scheme
Controllers: underscores Models: CamelCase
This commit is contained in:
@@ -44,6 +44,6 @@ class Statusrpc extends CI_Controller {
|
||||
die("Unauthorized access.");
|
||||
}
|
||||
|
||||
$this->server->update_workload($secret, $workload);
|
||||
$this->server->updateWorkload($secret, $workload);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user