Skip to content

Commit 752f687

Browse files
committed
clear the blink
1 parent dc55197 commit 752f687

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Entries/Collection.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,8 @@ public function save()
482482
{
483483
$isNew = ! Facades\Collection::handleExists($this->handle);
484484

485+
Blink::forget("collection-{$this->id()}-structure");
486+
485487
$withEvents = $this->withEvents;
486488
$this->withEvents = true;
487489

0 commit comments

Comments
 (0)