10 lines
173 B
Plaintext
10 lines
173 B
Plaintext
<?php
|
|
namespace DummyNamespace;
|
|
|
|
use Xpressengine\Skin\GenericSkin;
|
|
|
|
class DummyClass extends GenericSkin
|
|
{
|
|
protected static $path = 'DummyPluginId/DummySkinDirname';
|
|
}
|