Commit c764f76e authored by Taylor Otwell's avatar Taylor Otwell

remove extra method call.

parent a59cdd93
...@@ -74,8 +74,6 @@ class Blade { ...@@ -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));
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment