Skip to content

Commit

Permalink
Update TestBuild.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bobimicroweber committed Jan 15, 2024
1 parent 4487611 commit 57eb8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Console/Commands/TestBuild.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function handle()
{
$this->info('Start job work...');

$getPackage = Package::where('id', 3)->first();
$getPackage = Package::where('id', 2)->first();
if ($getPackage == null) {
$this->error('No packages for processing. Time: ' . date('Y-m-d H:i:s'));
return 0;
Expand Down

0 comments on commit 57eb8da

Please sign in to comment.