Skip to content
This repository was archived by the owner on Jan 9, 2024. It is now read-only.

Commit ea2b197

Browse files
authored
Update TagHelperCompiler.php
1 parent a93ea73 commit ea2b197

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/TagHelperCompiler.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ public function __construct(TagHelper $tagHelper, Filesystem $files)
2626

2727
public function needsToBeRecompiled($path, $compiled)
2828
{
29-
return true;
3029
if (! $this->files->exists($compiled)) {
3130
return true;
3231
}

0 commit comments

Comments
 (0)