mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 12:58:52 +00:00
11 lines
196 B
PHP
11 lines
196 B
PHP
<?php
|
|
|
|
namespace vendor2\foo\acp;
|
|
|
|
/*
|
|
* Due to the mismatch between the class name and the file name of the module
|
|
* info file, this module's info file shouldn't be found
|
|
*/
|
|
class fail_module
|
|
{
|
|
}
|