8 lines
140 B
PHP
8 lines
140 B
PHP
<?php
|
|
|
|
namespace Picea\Event\Extension;
|
|
|
|
interface UrlRegisterRouteEvent
|
|
{
|
|
public function execute(string $name, array $route) : void;
|
|
} |