home page mobile changed

This commit is contained in:
merdan 2020-03-28 20:22:55 +05:00
parent 81c28314e8
commit 85a316591f
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ return [
'channels' => [
'stack' => [
'driver' => 'stack',
'channels' => ['single'],
'channels' => ['daily'],
],
'single' => [
@ -78,4 +78,4 @@ return [
],
],
];
];