FIx logging in accessibility controller

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2020-02-20 15:44:22 +01:00
parent a1fc233fcb
commit 150082397e
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ class AccessibilityController extends Controller {
$scss->compile($variables);
$this->injectedVariables = $variables;
} catch (ParserException $e) {
$this->logger->error($e, ['app' => 'core']);
$this->logger->logException($e, ['app' => 'core']);
}
return $variables;
}