Skip to content

Commit bb5ce97

Browse files
authored
Merge pull request #47 from sburina/master
Update DbView.php
2 parents a776c4d + 231544d commit bb5ce97

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)