paddle-anpassung für die sandbox

This commit is contained in:
Codex Agent
2025-12-18 09:53:35 +01:00
parent d97417eda6
commit f4d69894a5
2 changed files with 3 additions and 1 deletions

View File

@@ -49,6 +49,8 @@ refresh_config_cache() {
php artisan config:clear >/dev/null 2>&1 || true
php artisan config:cache >/dev/null 2>&1 || true
php artisan route:clear >/dev/null 2>&1 || true
php artisan view:clear >/dev/null 2>&1 || true
}
wait_for_service() {