Skip to content

Commit 79373c9

Browse files
author
David Nahodyl
committed
added more to cache key to prevent conflicts
1 parent 61eca16 commit 79373c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database/Eloquent/Concerns/FMGuardsAttributes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ protected function primeGuardableColumns($forceRefresh = false)
5858

5959
protected function getColumns($forceRefresh = false): array
6060
{
61-
$cacheKey = "{$this->table}-columns";
61+
$cacheKey = "eloquent-filemaker-{$this->table}-columns";
6262
$refreshCallback = function() {
6363
$layoutMetaData = $this->getConnection()->getLayoutMetadata($this->table);
6464

0 commit comments

Comments
 (0)