Merge branch 'laravel11' of https://github.com/NNTmux/newznab-tmux into laravel11

This commit is contained in:
DariusIII
2024-04-28 01:37:32 +02:00
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
<?php
use Illuminate\Support\ServiceProvider;
use Illuminate\Support\Facades\Facade;
return [
+3
View File
@@ -49,9 +49,12 @@ return [
],
'migrations' => [
'table' => [
'table' => 'migrations',
'update_date_on_publish' => false, // disable to preserve original behavior for existing applications
],
'update_date_on_publish' => false, // disable to preserve original behavior for existing applications
],
'redis' => [
'client' => env('REDIS_CLIENT', 'phpredis'),