Skip to content

Commit

Permalink
Merge pull request #31 from ladybirdweb/analysis-8nN3o5
Browse files Browse the repository at this point in the history
Applied fixes from StyleCI
  • Loading branch information
sujit223 committed Mar 22, 2016
2 parents 1cf5a30 + 1ec34c9 commit 3135bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Common/PhpMailController.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public function sendmail($from, $to, $message, $template_variables)

$path2 = \Config::get('view.paths');

$directory = $path2[0]. DIRECTORY_SEPARATOR. 'emails'.DIRECTORY_SEPARATOR.$status->template.DIRECTORY_SEPARATOR;
$directory = $path2[0].DIRECTORY_SEPARATOR.'emails'.DIRECTORY_SEPARATOR.$status->template.DIRECTORY_SEPARATOR;

$handle = fopen($directory.$template.'.blade.php', 'r');
$contents = fread($handle, filesize($directory.$template.'.blade.php'));
Expand Down

0 comments on commit 3135bf0

Please sign in to comment.