9 lines
56 B
Plaintext
9 lines
56 B
Plaintext
<?php
|
|
namespace DummyNamespace;
|
|
|
|
trait DummyClass
|
|
{
|
|
|
|
|
|
}
|