Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
fixed namespace issue
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Meilick <[email protected]>
  • Loading branch information
bnomei committed Feb 6, 2019
1 parent 632cf16 commit 1e70447
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion classes/CloudConvert.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public static function convert(array $options, string $outputPath = null, $async

if (is_a($file, 'Kirby\Cms\File') && is_a($process, 'CloudConvert\Process')) {
$id = (string) trim($process->id);
kirbyLog('bnomei.cloudconvert.log')->log('setcache ' . $id, 'info', $options);
\kirbyLog('bnomei.cloudconvert.log')->log('setcache ' . $id, 'info', $options);
static::cache()->set($id, $options);
}

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bnomei/kirby3-cloudconvert",
"type": "kirby-plugin",
"version": "1.1.1",
"version": "1.1.2",
"description": "Plugin to convert anything to anything using cloudconvert.",
"license": "MIT",
"authors": [
Expand Down

0 comments on commit 1e70447

Please sign in to comment.