learning-center/app/Forum/Topic/config.php

10 lines
100 B
PHP
Raw Normal View History

2024-09-08 13:48:26 +03:00
<?php
declare(strict_types=1);
return [
'excluding_slugs' => [
'add-topic',
],
];