diff --git a/app/Repositories/BaseRepository.php b/app/Repositories/BaseRepository.php index 523106fd10d0..8b5a7e5472f8 100644 --- a/app/Repositories/BaseRepository.php +++ b/app/Repositories/BaseRepository.php @@ -195,7 +195,7 @@ class BaseRepository }); } } - + } $model->saveQuietly(); /* Model now persisted, now lets do some child tasks */ @@ -364,4 +364,3 @@ class BaseRepository return $model->fresh(); } } -} \ No newline at end of file