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

9 lines
115 B
PHP
Raw Normal View History

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