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 40e4545 commit a2b13c6Copy full SHA for a2b13c6
components/codeElement.php
@@ -9,7 +9,7 @@
9
use BearFramework\App;
10
11
$app = App::get();
12
-$context = $app->contexts->get(__FILE__);
+$context = $app->contexts->get(__DIR__);
13
14
$code = (string) $component->code;
15
$language = (string) $component->language;
0 commit comments