Skip to content

Commit 06964ff

Browse files
committed
[FIX] Too few arguments to function Illuminate\Log\LogManager::log().
1 parent b19ff34 commit 06964ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "seiger/smultisite",
33
"license": "GPL-3.0",
4-
"type": "evolutioncms-plugin",
4+
"type": "evolutioncms-tool",
55
"description": "Evocms package for collection of Multisite Tools for Evolution CMS.",
66
"keywords": [
77
"evocms",

src/sMultisiteServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class_alias(sMultisiteFacade::class, 'sMultisite');
6767
try {
6868
Console::call('smultisite:publish');
6969
} catch (\Throwable $e) {
70-
Log::log('sMultisite auto-publish failed: ' . $e->getMessage());
70+
Log::info('sMultisite auto-publish failed: ' . $e->getMessage());
7171
}
7272
}
7373
}

0 commit comments

Comments
 (0)