Skip to content

Commit 8622265

Browse files
authored
Update DbBladeCompilerEngine.php
1 parent 3a9f332 commit 8622265

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/Flynsarmy/DbBladeCompiler/DbBladeCompilerEngine.php

+10
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,14 @@ public function __construct(DbBladeCompiler $bladeCompiler)
1313
{
1414
parent::__construct($bladeCompiler);
1515
}
16+
17+
/**
18+
* @param string $compiled_path
19+
* @param array $data
20+
* @return string
21+
*/
22+
public function getContent(string $compiled_path, array $data)
23+
{
24+
return $this->evaluatePath($compiled_path, $data);
25+
}
1626
}

0 commit comments

Comments
 (0)