remove extra method call.

This commit is contained in:
Taylor Otwell
2012-05-04 09:13:03 -05:00
parent a59cdd937a
commit c764f76e5b

View File

@@ -74,8 +74,6 @@ class Blade {
*/
public static function expired($view, $path)
{
$compiled = static::compiled($path);
return filemtime($path) > filemtime(static::compiled($path));
}