First Commit
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
include_once 'vendor/autoload.php';
|
||||
|
||||
use \Lang\Lang;
|
||||
|
||||
Lang::buildStrings("app/");
|
||||
|
||||
Lang::getString("module_name", "submodule_a");
|
||||
Reference in New Issue
Block a user