Files
fotospiel-app/config/notifications.php
2025-11-12 20:42:46 +01:00

8 lines
173 B
PHP

<?php
return [
'guest_achievements' => [
'milestones' => array_map('intval', explode(',', (string) env('GUEST_ACHIEVEMENT_MILESTONES', '10,25,50'))),
],
];