Skip to content

Commit 231544d

Browse files
authored
Update DbView.php
1 parent a776c4d commit 231544d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Flynsarmy/DbBladeCompiler/DbView.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ protected function parseData($data)
129129
*
130130
* @return array
131131
*/
132-
protected function gatherData()
132+
public function gatherData()
133133
{
134134
$data = array_merge(View::getShared(), $this->data);
135135

0 commit comments

Comments
 (0)