Commit 74f139e
committed
fix: Craft driver to prevent sites breaking when applying security patches to Craft.
Craft errors when the `$_SERVER['argv']` variable is set, so we just need to `unset` it if it's set. More info on the Valet for Mac PR laravel#15161 parent 93306c7 commit 74f139e
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
211 | 215 | | |
212 | 216 | | |
213 | | - | |
| 217 | + | |
0 commit comments