mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-06 06:53:55 +09:00
15 lines
125 B
PHP
15 lines
125 B
PHP
<?php
|
|
namespace Foo\Bar
|
|
{
|
|
class TestClassInBar
|
|
{
|
|
}
|
|
}
|
|
|
|
namespace Foo\Baz
|
|
{
|
|
class TestClassInBaz
|
|
{
|
|
}
|
|
}
|