예제 #1
0
파일: service.php 프로젝트: hackyoung/leno
<?php

define('TEST_MVC', false);
require __DIR__ . '/boot.php';
\Leno\Service::register('test', 'test.service');
$response = \Leno\Service::getService('test.hello')->execute();