register, Grundpreis

This commit is contained in:
Kevin Adametz 2020-04-01 15:35:11 +02:00
parent f06d2d15a5
commit 8e4bb0c2f6
32 changed files with 965 additions and 216 deletions

View file

@ -38,6 +38,10 @@ return [
'driver' => 'single',
'path' => storage_path('logs/payone.log'),
],
'cron' => [
'driver' => 'single',
'path' => storage_path('logs/corn.log'),
],
'stack' => [
'driver' => 'stack',
'channels' => ['single'],