Skip to content

Commit

Permalink
"Refactor the Brightpearl module": #224
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Jun 25, 2021
1 parent f664c80 commit 5c363fc
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,12 @@ function isRelevantRequest()
return ( is_null( $group ) || ( $group == 'default' ) );
}

function execute( $thing )
/**
* @used-by \Hotlink\Framework\Model\Schedule\Cron\Config\Plugin::afterGetJobs()
* @param $thing
* @return mixed
*/
final function execute( $thing )
{
if ( ! $this->isRelevantRequest() )
{
Expand Down

0 comments on commit 5c363fc

Please sign in to comment.