mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-02-09 19:51:20 +00:00
Apply fixes from StyleCI
This commit is contained in:
committed by
StyleCI Bot
parent
bd682f0d78
commit
2b27089c60
@@ -17,9 +17,9 @@ class Sync extends Command
|
||||
$model = $this->option('model');
|
||||
|
||||
$this->info('Updating Models with sync data files');
|
||||
|
||||
|
||||
(new Updater($path, $model))->run();
|
||||
|
||||
|
||||
$this->comment('Data sync completed');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user