Files
Archive/retro/atomcms/config/atom.php

5 lines
68 B
PHP
Raw Normal View History

2025-12-09 06:52:43 +00:00
<?php
return [
'min_staff_rank' => env('MIN_STAFF_RANK', 4),
];