mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-01-26 11:44:11 +00:00
- Order specified in config - Tests for ordered sync - New ErrorUpdatingModelException specifies which Model the error was thrown on
9 lines
86 B
PHP
9 lines
86 B
PHP
<?php
|
|
|
|
return [
|
|
'path' => base_path('sync'),
|
|
'order' => [
|
|
//
|
|
]
|
|
];
|