Core/tests/controller/controller.testdefaultcallable.php

8 lines
99 B
PHP

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