mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-07-10 22:42:14 +00:00
8 lines
77 B
PHP
8 lines
77 B
PHP
<?php
|
|
|
|
namespace Pecee\SimpleRouter\Route;
|
|
|
|
interface IPartialGroupRoute
|
|
{
|
|
|
|
} |