We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/src/Pages/Template.php:359
public function setDateIf($moment, $date = null, Closure $closure) { if (!($date instanceof Carbon)) { $date = new Carbon($date); } if ($closure($date, $this->getDate($moment))) { return $this->setDate($moment, $date); } }
The text was updated successfully, but these errors were encountered:
Fix PHP 8 error in Template.php
1ebbe68
Required parameter $closure follows optional parameter $date fixes whitecube#76
c0029fe
error still exists! any updates?
Sorry, something went wrong.
Hi, sorry for the delay. I just merged @martijngastkemper's PR which should fix this issue. Released under v0.2.6.
v0.2.6
Successfully merging a pull request may close this issue.
/src/Pages/Template.php:359
The text was updated successfully, but these errors were encountered: