mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 19:06:41 +02:00
Merge branch 'MDL-80640_upgrade-guzzlehttp' of https://github.com/ziegenberg/moodle
This commit is contained in:
commit
14eac824ed
84 changed files with 1191 additions and 1124 deletions
|
@ -36,8 +36,6 @@ class aws_sns implements gateway_interface {
|
|||
public function __construct() {
|
||||
global $CFG;
|
||||
require_once($CFG->libdir . '/aws-sdk/src/functions.php');
|
||||
require_once($CFG->libdir . '/guzzlehttp/guzzle/src/functions_include.php');
|
||||
require_once($CFG->libdir . '/guzzlehttp/promises/src/functions_include.php');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue