This commit is contained in:
DariusIII
2024-04-28 01:54:48 +02:00
parent 44c9405202
commit b2b52e38da
2 changed files with 3 additions and 4 deletions
-1
View File
@@ -1,6 +1,5 @@
<?php
use Illuminate\Support\ServiceProvider;
use Illuminate\Support\Facades\Facade;
return [
+3 -3
View File
@@ -50,9 +50,9 @@ return [
'migrations' => [
'table' => [
'table' => 'migrations',
'update_date_on_publish' => false, // disable to preserve original behavior for existing applications
],
'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
],