9 lines
86 B
Plaintext
9 lines
86 B
Plaintext
<?php
|
|
|
|
namespace $NAMESPACE$;
|
|
|
|
class $CLASS$
|
|
{
|
|
public function __construct() {}
|
|
}
|