Core/tests/controller/controller.testroutedefault.php

8 lines
96 B
PHP
Raw Normal View History

<?php
namespace Application\Controller;
class TestRouteDefault
{
public function index(){}
}