learning-center/app/Forum/Topic/config.php
2024-09-08 13:48:26 +03:00

10 lines
100 B
PHP

<?php
declare(strict_types=1);
return [
'excluding_slugs' => [
'add-topic',
],
];