cosmetic
This commit is contained in:
parent
bbbec07345
commit
e9e118dc82
3 changed files with 2 additions and 3 deletions
|
@ -4,7 +4,6 @@ declare(strict_types=1);
|
|||
|
||||
namespace Dotclear\Plugin\myUrlHandlers;
|
||||
|
||||
use Dotclear\App;
|
||||
use Dotclear\Module\MyPlugin;
|
||||
|
||||
/**
|
||||
|
|
|
@ -48,4 +48,4 @@ class UrlDescriptor
|
|||
{
|
||||
return $this->handler;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -66,4 +66,4 @@ class UrlStack
|
|||
{
|
||||
return $this->stack;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue