Core/tests/controller/controller.standard.php

8 lines
87 B
PHP

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