Skip to content

Commit

Permalink
fix: add backslash to refer to namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaHungDinh committed Jul 26, 2023
1 parent b8a3547 commit f4c900c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Framework/WordPressLibraries/WPBackgroundProcess.php
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ protected function get_batch()
)
);

$batch = new stdClass();
$batch = new \stdClass();
$batch->key = $query->$column;
$batch->data = maybe_unserialize($query->$value_column);

Expand Down

0 comments on commit f4c900c

Please sign in to comment.