Files
tougao/vendor/symfony/class-loader/Tests/Fixtures/Pearlike/Bar.php
wangjinlei c1885928ff 20220406
2022-04-06 18:02:49 +08:00

7 lines
64 B
PHP

<?php
class Pearlike_Bar
{
public static $loaded = true;
}