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

18 lines
253 B
PHP
Raw Permalink Normal View History

2024-09-08 13:48:26 +03:00
<?php
declare(strict_types=1);
return [
'excluding_slugs' => [
'access',
'login',
'logout',
'categories',
'add-category',
'comments',
'topics',
'users',
'add-user',
],
];