Refactor method names to use camel case
This commit is contained in:
@@ -97,7 +97,7 @@ class StandalonePostgresql extends BaseModel
|
||||
}
|
||||
return null;
|
||||
}
|
||||
public function is_log_drain_enabled()
|
||||
public function isLogDrainEnabled()
|
||||
{
|
||||
return data_get($this, 'is_log_drain_enabled', false);
|
||||
}
|
||||
|
Reference in New Issue
Block a user