aboutsummaryrefslogtreecommitdiff
path: root/lib/plugins/core/LegacyRouteStrategy.php
blob: 70da9b3639e915d4f75361e592ad591c99a6aba3 (plain)
1
2
3
4
5
6
7
8
9
10
<?php

namespace Studip\Plugins;

use Closure;

interface LegacyRouteStrategy
{
    public function getCallable(string $unconsumedPath): Closure;
}