Skip to content

Commit 9bc66b0

Browse files
committed
Merge remote-tracking branch 'origin/beta' into beta
2 parents c99891a + 07e616c commit 9bc66b0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Concerns/CreateRelatedRecord/Translatable.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
trait Translatable
1313
{
14-
1514
use HasActiveLocaleSwitcher;
1615

1716
protected ?string $oldActiveLocale = null;
@@ -112,4 +111,4 @@ public function updatedActiveLocale(string $newActiveLocale): void
112111

113112
unset($this->otherLocaleData[$this->activeLocale]);
114113
}
115-
}
114+
}

0 commit comments

Comments
 (0)