@@ -12,7 +12,7 @@ |
||
| 12 | 12 | private $v2 = '/v2'; |
| 13 | 13 | |
| 14 | 14 | protected $headers = [ |
| 15 | - 'content-type' => 'application/json' |
|
| 15 | + 'content-type' => 'application/json' |
|
| 16 | 16 | ]; |
| 17 | 17 | |
| 18 | 18 | function __construct($id = null) { |
@@ -484,7 +484,7 @@ |
||
| 484 | 484 | if ($this->learning_locker_api->check()) { |
| 485 | 485 | $this->info('Successfully connected to Learning Locker®'); |
| 486 | 486 | } else { |
| 487 | - return $this->error(' << Could not connect to Learning Locker® '); |
|
| 487 | + return $this->error(' << Could not connect to Learning Locker® '); |
|
| 488 | 488 | } |
| 489 | 489 | |
| 490 | 490 | } |