10 lines
164 B
PHP
10 lines
164 B
PHP
<?php
|
|
|
|
namespace Lean\ApplicationStrategy;
|
|
|
|
use Psr\Http\Server\MiddlewareInterface;
|
|
|
|
interface NotFoundDecoratorInterface extends MiddlewareInterface
|
|
{
|
|
|
|
} |