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 ffbadcd commit 8e8f3b7Copy full SHA for 8e8f3b7
src/app/Library/CrudPanel/CrudColumn.php
@@ -89,7 +89,7 @@ public function key(string $key)
89
}
90
91
$this->attributes = $column;
92
- $this->setOperationSetting('columns', array_merge($columns, [$key => $column]));
+ $this->crud()->setOperationSetting('columns', array_merge($columns, [$key => $column]));
93
94
return $this;
95
0 commit comments