mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-19 02:52:44 +00:00
🤖 Auto commit for release 'develop' on 2025-08-09
This commit is contained in:
@@ -145,7 +145,7 @@ abstract class Controller extends BaseController
|
||||
View::share('original_route_name', Route::currentRouteName());
|
||||
|
||||
// lottery to send any remaining webhooks:
|
||||
if(7 === random_int(1, 10)) {
|
||||
if (7 === random_int(1, 10)) {
|
||||
// trigger event to send them:
|
||||
Log::debug('send event RequestedSendWebhookMessages through lottery');
|
||||
event(new RequestedSendWebhookMessages());
|
||||
|
Reference in New Issue
Block a user