remove extra method call.
This commit is contained in:
@@ -74,8 +74,6 @@ class Blade {
|
|||||||
*/
|
*/
|
||||||
public static function expired($view, $path)
|
public static function expired($view, $path)
|
||||||
{
|
{
|
||||||
$compiled = static::compiled($path);
|
|
||||||
|
|
||||||
return filemtime($path) > filemtime(static::compiled($path));
|
return filemtime($path) > filemtime(static::compiled($path));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user