1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/12683] Return constant

PHPBB3-12683
This commit is contained in:
rubencm
2021-03-24 20:36:40 +01:00
committed by Ruben Calvo
parent c2f3ba44bd
commit 0c3e084d35

View File

@@ -87,6 +87,6 @@ class list_all extends command
$io->listing($search_backends);
return 0;
return command::SUCCESS;
}
}