Update code and environment checks

This commit is contained in:
Luuk Verhoeven
2024-07-20 15:01:12 +02:00
parent 26bbc1cbdb
commit 8ae54193d2
7 changed files with 56 additions and 53 deletions

View File

@@ -40,10 +40,11 @@ class frontend extends \core_availability\frontend {
*
* @return array
*/
protected function get_javascript_strings() : array {
protected function get_javascript_strings(): array {
return [
'js:ipaddress',
'error_ipaddress',
];
}
}