mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-02-04 03:48:20 +00:00
Support for ordered sync/importing
- Order specified in config - Tests for ordered sync - New ErrorUpdatingModelException specifies which Model the error was thrown on
This commit is contained in:
@@ -2,4 +2,7 @@
|
||||
|
||||
return [
|
||||
'path' => base_path('sync'),
|
||||
'order' => [
|
||||
//
|
||||
]
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user