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 0a309f6 commit ecccfcdCopy full SHA for ecccfcd
src/BladeFiles.php
@@ -12,6 +12,8 @@ class BladeFiles
12
13
public static function check($methods)
14
{
15
+ $compiler = app('microscope.blade.compiler');
16
+ method_exists($compiler, 'withoutComponentTags') && $compiler->withoutComponentTags();
17
$hints = self::getNamespacedPaths();
18
$hints['1'] = View::getFinder()->getPaths();
19
foreach ($hints as $paths) {
src/SpyClasses/ViewsData.php
@@ -51,8 +51,6 @@ public function readTokenizedVars()
51
52
public static function getBladeTokens($path)
53
54
- app('microscope.blade.compiler')->withoutComponentTags();
55
-
56
return token_get_all(app('microscope.blade.compiler')->compileString(file_get_contents($path)));
57
}
58
0 commit comments