9 lines
139 B
PHP
9 lines
139 B
PHP
<?php
|
|
|
|
namespace Application\Controller;
|
|
|
|
class TestMatchingRoute
|
|
{
|
|
public function index(){}
|
|
public function methodInFirstArgument(){}
|
|
} |