Closed ssang closed 3 years ago
/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); } }
error still exists! any updates?
Hi, sorry for the delay. I just merged @martijngastkemper's PR which should fix this issue. Released under v0.2.6.
v0.2.6
/src/Pages/Template.php:359