9 lines
71 B
PHP
9 lines
71 B
PHP
<?php
|
|
|
|
namespace App\Framework\Http;
|
|
|
|
interface ControllerRequest
|
|
{
|
|
|
|
}
|