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
The executeCommand method accepts a string as command, and is passed directly to the Process constructor. This results in the following error:
Symfony\Component\Process\Process::__construct(): Argument #1 ($command) must be of type array, string given, called in /vendor/spatie/laravel-varnish/src/Varnish.php on line 66
This results in the fact that the varnish ban cant be executed.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
PHP 8.1.7
laravel/framework: 9.19.0
symfony/process: v6.1.0
The
executeCommand
method accepts a string as command, and is passed directly to the Process constructor. This results in the following error:This results in the fact that the varnish ban cant be executed.
Thanks in advance!
The text was updated successfully, but these errors were encountered: