Files
laravel-data-sync/config/data-sync.php
distinctm 3641ac5bd2 Support for ordered sync/importing
- Order specified in config
- Tests for ordered sync
- New ErrorUpdatingModelException specifies which Model the error was thrown on
2019-06-12 17:33:56 -04:00

9 lines
86 B
PHP

<?php
return [
'path' => base_path('sync'),
'order' => [
//
]
];