summaryrefslogtreecommitdiff
path: root/src/Router.php
blob: efcccfaa56490b1392f35b7acc06d56d0426ba6a (plain)
1
2
3
4
5
6
7
8
9
<?php

declare(strict_types=1);

namespace Lightscale\Router;

class Router
{
}