mirror of
https://github.com/alexjustesen/speedtest-tracker.git
synced 2026-06-23 06:50:09 +00:00
ce21ae24db
Co-authored-by: Shift <shift@laravelshift.com>
11 lines
193 B
PHP
11 lines
193 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'migrations' => [
|
|
'table' => 'migrations',
|
|
'update_date_on_publish' => false, // disable to preserve original behavior for existing applications
|
|
],
|
|
|
|
];
|