feat: optional return url

This commit is contained in:
Björn Fromme
2025-12-07 18:47:18 +01:00
parent 233748a6c5
commit 20a67e9b96
7 changed files with 75 additions and 24 deletions
+3 -4
View File
@@ -2,10 +2,9 @@
"permissions": {
"allow": [
"Bash(php -l:*)",
"Bash(./vendor/bin/phpunit --testdox)",
"Bash(./vendor/bin/php-cs-fixer fix:*)",
"Bash(ddev logs:*)",
"Bash(/opt/homebrew/bin/php-cs-fixer fix:*)"
"Bash(ddev php vendor/bin/phpunit --testdox)",
"Bash(ddev php vendor/bin/php-cs-fixer fix:*)",
"Bash(ddev logs:*)"
],
"deny": []
}