11 lines
201 B
PHP
11 lines
201 B
PHP
<?php
|
|
|
|
require __DIR__ . '/src/utilphp/util.php';
|
|
|
|
/**
|
|
* Globally namespaced version of the class.
|
|
*
|
|
* @author Brandon Wamboldt <brandon.wamboldt@gmail.com>
|
|
*/
|
|
class util extends \utilphp\util { }
|