Core/tests/controller/controller.testdefaultcallable.php

8 lines
99 B
PHP
Raw Normal View History

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