File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ public function isExpired(string $path): bool
64
64
return true ;
65
65
}
66
66
67
- return $ this ->files ->lastModified ($ path ) >=
68
- $ this ->files ->lastModified ($ compiled );
67
+ return $ this ->files ->lastModified ($ path )
68
+ >= $ this ->files ->lastModified ($ compiled );
69
69
}
70
70
}
Original file line number Diff line number Diff line change @@ -122,8 +122,8 @@ protected function classForComponent(): string
122
122
return $ this ->componentClasses [$ this ->component ];
123
123
}
124
124
125
- return $ this ->componentClasses [$ this ->component ] =
126
- $ this ->compiler ()->componentClass ($ this ->component );
125
+ return $ this ->componentClasses [$ this ->component ]
126
+ = $ this ->compiler ()->componentClass ($ this ->component );
127
127
}
128
128
129
129
/**
You can’t perform that action at this time.
0 commit comments