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

11 lines
141 B
PHP
Raw Normal View History

2018-08-11 23:46:28 +02:00
<?php
declare(strict_types=1);
2018-08-11 23:46:28 +02:00
namespace Engelsystem\Test\Unit\Middleware\Stub;
class NotARealMiddleware
{
// I'm not a middleware!
}