We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e56d961 commit db7f07eCopy full SHA for db7f07e
pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Models/DNSResolverSettings.inc
@@ -149,7 +149,7 @@ class DNSResolverSettings extends Model {
149
* Obtains all available Python module options.
150
* @return array The available Python module options.
151
*/
152
- protected function get_python_script_options(): array {
+ public function get_python_script_options(): array {
153
# Use glob to obtain all .py files in /var/unbound/
154
$files = glob('/var/unbound/*.py');
155
0 commit comments