10 lines
102 B
Plaintext
10 lines
102 B
Plaintext
|
<?php
|
||
|
/*$License$*/
|
||
|
|
||
|
|
||
|
/*
|
||
|
* Example plugin.
|
||
|
*/
|
||
|
class PunchFactoryPlugin extends PunchListFactory {
|
||
|
}
|