Skip to content

Commit

Permalink
Merge pull request #7 from asahasrabuddhe/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
asahasrabuddhe authored May 11, 2018
2 parents c767d89 + 5cd591c commit 37411cd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Process/MJML.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

use Html2Text\Html2Text;
use Illuminate\Support\HtmlString;
use Illuminate\Support\HtmlString;
use Illuminate\Support\Facades\File;
use Illuminate\Support\Facades\File;
use Symfony\Component\Process\Process;
use Symfony\Component\Process\Exception\ProcessFailedException;
Expand Down Expand Up @@ -70,7 +68,7 @@ public function isExpired()
return true;
}

return File::lastModified($this->path) >=
return File::lastModified($this->view->getPath()) >=
File::lastModified($this->compiledPath);
}
}

0 comments on commit 37411cd

Please sign in to comment.