engelsystem/tests/Unit/Middleware/Stub/NotARealMiddleware.php

11 lines
141 B
PHP

<?php
declare(strict_types=1);
namespace Engelsystem\Test\Unit\Middleware\Stub;
class NotARealMiddleware
{
// I'm not a middleware!
}