Skip to content

Commit ea88e2e

Browse files
authored
Make isHotRunning public (#44900)
1 parent e10efa6 commit ea88e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Foundation/Vite.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ protected function chunk($manifest, $file)
715715
*
716716
* @return bool
717717
*/
718-
protected function isRunningHot()
718+
public function isRunningHot()
719719
{
720720
return is_file($this->hotFile());
721721
}

0 commit comments

Comments
 (0)