<?php

declare(strict_types=1);

namespace Engelsystem\Test\Unit\Middleware\Stub;

class NotARealMiddleware
{
    // I'm not a middleware!
}