silverstripe-framework/tests/php/i18n/i18nTest/_fakewebroot/i18ntestmodule/code/subfolder/i18nTestNamespacedClass.php

9 lines
63 B
PHP
Raw Normal View History

<?php
namespace i18nTest;
class i18nTestNamespacedClass
{
}