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