Skip to content

Commit

Permalink
feat: add new command
Browse files Browse the repository at this point in the history
  • Loading branch information
kaioken committed Jul 27, 2024
1 parent bbf9e31 commit 7bc823b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace App\Console\Commands\Connectors\Shopify;
namespace App\Console\Commands\Connectors\Zoho;

use Baka\Traits\KanvasJobsTrait;
use Illuminate\Console\Command;
Expand All @@ -11,7 +11,7 @@
use Kanvas\Connectors\Zoho\Actions\DownloadAllZohoLeadAction;
use Kanvas\Guild\Leads\Models\LeadReceiver;

class ShopifyInventoryDownloadCommand extends Command
class ZohoLeadsDownloadCommand extends Command
{
use KanvasJobsTrait;
/**
Expand Down

0 comments on commit 7bc823b

Please sign in to comment.