Core/tests/controller/controller.testroutedefault.php

8 lines
96 B
PHP

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