lean/src/ApplicationStrategy/NotFoundDecoratorInterface.php

10 lines
164 B
PHP

<?php
namespace Lean\ApplicationStrategy;
use Psr\Http\Server\MiddlewareInterface;
interface NotFoundDecoratorInterface extends MiddlewareInterface
{
}