Skip to content

Commit

Permalink
Fixed routes
Browse files Browse the repository at this point in the history
  • Loading branch information
theoafactor committed Mar 4, 2022
1 parent 219096f commit 446224a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MessengerTemplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function __construct($template_file, $messenger){

if($template_file != null){
//load the template file to use for sending the message
$template_file = "templates/{$template_file}";
$template_file = __DIR__."/templates/{$template_file}";

if(file_exists($template_file)){
$template_content = file_get_contents($template_file);
Expand Down

0 comments on commit 446224a

Please sign in to comment.