You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Git ignore the `**/caddy` directories (#960)
This will successfully ignore the following files:
- `config/caddy/autosave.json`.
- `data/caddy/instance.uuid`.
- `data/caddy/last_clean.json`.
Fixed host argument to use the getHost() function (#957)
* fix-host-option: Fixed host argument to use the getHost() function from the inhirited trait.
* fix-host-option: Added fix for the roadrunn er command as well.
Do not perform deletion operations during traversal (#941)
* Do not perform deletion operations during traversal (all keys can be taken out for deletion after traversal)
Do not perform deletion operations during traversal (all keys can be taken out for deletion after traversal)
* fix bug
* fix bug
* fix bug
* fix bug
* Update EnsureRequestsDontExceedMaxExecutionTime.php
---------
Co-authored-by: Taylor Otwell <[email protected]>