summaryrefslogtreecommitdiff
path: root/tests/Unit/Middleware/Stub/NotARealMiddleware.php
blob: 017389da501f02b506f3597fb5be8ed0229912c9 (plain)
1
2
3
4
5
6
7
8
<?php

namespace Engelsystem\Test\Unit\Middleware\Stub;

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