Namespace and ClassPath rewrites
This commit is contained in:
8
Core/Objects/lang/LanguageModule.php
Normal file
8
Core/Objects/lang/LanguageModule.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Core\Objects\lang;
|
||||
|
||||
abstract class LanguageModule {
|
||||
|
||||
public abstract function getEntries(string $langCode);
|
||||
}
|
||||
Reference in New Issue
Block a user