first commit
This commit is contained in:
7
extension/oc_theme_example/system/library/my_class.php
Normal file
7
extension/oc_theme_example/system/library/my_class.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
namespace Opencart\System\Library\Extension\OcThemeExample;
|
||||
class MyClass {
|
||||
public function test() {
|
||||
echo 'I have been called!';
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user