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 3a9f332 commit 8622265Copy full SHA for 8622265
src/Flynsarmy/DbBladeCompiler/DbBladeCompilerEngine.php
@@ -13,4 +13,14 @@ public function __construct(DbBladeCompiler $bladeCompiler)
13
{
14
parent::__construct($bladeCompiler);
15
}
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
+ }
26
0 commit comments