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 9c22645 commit afd636fCopy full SHA for afd636f
1 file changed
src/Forms/Submission.php
@@ -83,17 +83,17 @@ public function form($form = null)
83
/**
84
* Get the form fields.
85
*
86
- * @return array
+ * @return \Illuminate\Support\Collection<string, array>
87
*/
88
public function fields()
89
{
90
return $this->form()->fields()->map->toArray();
91
}
92
93
94
- * Get or set the columns.
+ * Get the columns.
95
96
+ * @return \Statamic\CP\Columns
97
98
public function columns()
99
0 commit comments