Rename class from LanguageData to LanguageUtil to have better namespacing
Update the documentation also
This commit is contained in:
@@ -38,7 +38,7 @@ class LanguageUtil {
|
|||||||
/**
|
/**
|
||||||
* Returns an instance of the class that can be used to then call the other methods in the
|
* Returns an instance of the class that can be used to then call the other methods in the
|
||||||
* class.
|
* class.
|
||||||
* @return self
|
* @return LanguageUtil
|
||||||
*/
|
*/
|
||||||
public static function get(): LanguageUtil {
|
public static function get(): LanguageUtil {
|
||||||
if ( self::$instance === null ) {
|
if ( self::$instance === null ) {
|
||||||
|
|||||||
Reference in New Issue
Block a user