1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 03:04:09 +02:00

[ticket/12683] Fix create index command

PHPBB3-12683
This commit is contained in:
rubencm
2021-03-24 19:13:56 +01:00
committed by Ruben Calvo
parent 0a24704b4f
commit 75bdbcf4fe
4 changed files with 9 additions and 7 deletions

View File

@@ -16,4 +16,4 @@ namespace phpbb\search\exception;
class no_search_backend_found_exception extends search_exception
{
}
}

View File

@@ -18,4 +18,4 @@ use phpbb\exception\runtime_exception;
class search_exception extends runtime_exception
{
// TODO: Launch this exception from search instead of RuntimeException
}
}