mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-02-05 15:49:18 +00:00
Default config for publishing
This commit is contained in:
5
config/data-sync.php
Normal file
5
config/data-sync.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'path' => base_path('sync'),
|
||||
];
|
||||
Reference in New Issue
Block a user