7 lines
142 B
PHP
Raw Permalink Normal View History

2024-08-06 18:06:00 +05:45
<?php
namespace Opencart\System\Library\Extension\OcThemeExample;
class MyClass {
public function test() {
echo 'I have been called!';
}
}