We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61eca16 commit 79373c9Copy full SHA for 79373c9
src/Database/Eloquent/Concerns/FMGuardsAttributes.php
@@ -58,7 +58,7 @@ protected function primeGuardableColumns($forceRefresh = false)
58
59
protected function getColumns($forceRefresh = false): array
60
{
61
- $cacheKey = "{$this->table}-columns";
+ $cacheKey = "eloquent-filemaker-{$this->table}-columns";
62
$refreshCallback = function() {
63
$layoutMetaData = $this->getConnection()->getLayoutMetadata($this->table);
64
0 commit comments