1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-12 20:56:40 +02:00
Files
php-phpbb/tests/extension/ext/barfoo/ext.php

8 lines
77 B
PHP

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