mirror of
https://github.com/Mibew/handlebars.php.git
synced 2025-03-22 08:21:23 +03:00
12 lines
80 B
PHP
12 lines
80 B
PHP
|
<?php
|
||
|
|
||
|
namespace Handlebars;
|
||
|
/**
|
||
|
* Class Handlebars_Class
|
||
|
*/
|
||
|
|
||
|
class Test
|
||
|
{
|
||
|
|
||
|
}
|