Fix call to cron job, clear cache after running.

This commit is contained in:
James Cole
2018-08-21 18:20:01 +02:00
parent 024cf610a8
commit cc234b594d
2 changed files with 9 additions and 2 deletions

View File

@@ -119,6 +119,9 @@ class CreateRecurringTransactions implements ShouldQueue
}
Log::debug('Done with handle()');
// clear cache:
app('preferences')->mark();
}
/**