I don't know php, but this script is old and supposedly works I get this error: Backend fatal error: PHP Parse error: syntax error, unexpected '?' i
from this line
if (is_string($arguments[0])) {
return app('cache')->get($arguments[0], $arguments[1] **??** null);
}
Is something missing or wrong with the ??