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

8 lines
70 B
PHP

<?php
namespace barfoo;
class ext extends \phpbb\extension\base
{
}