mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 06:18:52 +00:00
7 lines
70 B
PHP
7 lines
70 B
PHP
<?php
|
|
|
|
namespace barfoo;
|
|
|
|
class ext extends \phpbb\extension\base
|
|
{
|
|
}
|