doc: Optimize imports in the SearchController
This commit is contained in:
parent
5fadb647e2
commit
8981f2cc26
|
@ -5,9 +5,9 @@ use Icinga\Application\Icinga;
|
|||
use Icinga\Module\Doc\DocController;
|
||||
use Icinga\Module\Doc\DocParser;
|
||||
use Icinga\Module\Doc\Exception\DocException;
|
||||
use Icinga\Module\Doc\Renderer\DocSearchRenderer;
|
||||
use Icinga\Module\Doc\Search\DocSearch;
|
||||
use Icinga\Module\Doc\Search\DocSearchIterator;
|
||||
use Icinga\Module\Doc\Renderer\DocSearchRenderer;
|
||||
|
||||
class Doc_SearchController extends DocController
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue