namespace fix

This commit is contained in:
2020-06-19 17:16:32 +02:00
parent b26d0e6066
commit 2d786b425d
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
<?php
namespace Objects\lang;
abstract class LanguageModule {
public abstract function getEntries(string $langCode);