Skip to content

Commit

Permalink
Applied fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
sujit223 authored and StyleCIBot committed Mar 22, 2016
1 parent 1cf5a30 commit 1ec34c9
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 1ec34c9

Please sign in to comment.