1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-23 10:01:55 +02:00
Files
php-phpbb/tests/extension/ext/foo/mcp/a_module.php
2013-09-17 16:15:44 +02:00

8 lines
46 B
PHP

<?php
namespace foo\mcp;
class a_module
{
}