This commit is contained in:
Jean-Christian Paul Denis 2023-10-22 10:26:39 +02:00
parent bbbec07345
commit e9e118dc82
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
3 changed files with 2 additions and 3 deletions

View File

@ -4,7 +4,6 @@ declare(strict_types=1);
namespace Dotclear\Plugin\myUrlHandlers; namespace Dotclear\Plugin\myUrlHandlers;
use Dotclear\App;
use Dotclear\Module\MyPlugin; use Dotclear\Module\MyPlugin;
/** /**

View File

@ -48,4 +48,4 @@ class UrlDescriptor
{ {
return $this->handler; return $this->handler;
} }
} }

View File

@ -66,4 +66,4 @@ class UrlStack
{ {
return $this->stack; return $this->stack;
} }
} }