Skip to content

Commit

Permalink
pint
Browse files Browse the repository at this point in the history
  • Loading branch information
markhuot committed Jun 13, 2024
1 parent e31cfb4 commit be82dde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/helpers/Queue.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
use Craft;

if (! function_exists('queue')) {
function queue($callback) {
function queue($callback)
{
$result = $callback();

Craft::$app->queue->run();
Expand Down

0 comments on commit be82dde

Please sign in to comment.