mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-01-26 11:44:11 +00:00
9 lines
88 B
PHP
9 lines
88 B
PHP
<?php
|
|
|
|
return [
|
|
'path' => base_path('sync'),
|
|
'order' => [
|
|
//
|
|
],
|
|
];
|