Skip to content

Commit

Permalink
Merge pull request #10 from catalyst/issue#5-namespace
Browse files Browse the repository at this point in the history
Move s3_client to a new namespace to fix issue#5
  • Loading branch information
dmitriim authored Jun 17, 2019
2 parents 11a2e40 + 517b109 commit 6b33a14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

namespace tool_s3logs\client;
namespace tool_s3logs\local\client;

defined('MOODLE_INTERNAL') || die();

Expand Down
2 changes: 1 addition & 1 deletion classes/task/process_logs.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

defined('MOODLE_INTERNAL') || die();

use tool_s3logs\client\s3_client;
use tool_s3logs\local\client\s3_client;

/**
* Class to process logs.
Expand Down

0 comments on commit 6b33a14

Please sign in to comment.