From be82ddec0d7555974b7a76796818eb78f9d793ba Mon Sep 17 00:00:00 2001 From: markhuot Date: Thu, 13 Jun 2024 14:05:05 -0400 Subject: [PATCH] pint --- src/helpers/Queue.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/helpers/Queue.php b/src/helpers/Queue.php index 8452b59..b4bdfaa 100644 --- a/src/helpers/Queue.php +++ b/src/helpers/Queue.php @@ -5,7 +5,8 @@ use Craft; if (! function_exists('queue')) { - function queue($callback) { + function queue($callback) + { $result = $callback(); Craft::$app->queue->run();