Skip to content

Commit cc5c07c

Browse files
committed
update vendor import path
1 parent f24f718 commit cc5c07c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/http_fns/gen_http_fns.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
// mailgun
4-
require 'vendor/autoload.php';
4+
require ROOT_DIR . '/vendor/autoload.php';
55
use Mailgun\Mailgun;
66

77
// some function files

0 commit comments

Comments
 (0)