Skip to content

Commit

Permalink
Fix: CLI fatal error
Browse files Browse the repository at this point in the history
  • Loading branch information
gdarko committed Jan 3, 2025
1 parent f969b07 commit 96b8f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Integrations/WooCommerce/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
use IdeoLogix\DigitalLicenseManager\Abstracts\AbstractCommand;
use IdeoLogix\DigitalLicenseManager\Abstracts\AbstractIntegrationController;
use IdeoLogix\DigitalLicenseManager\Abstracts\Interfaces\IntegrationControllerInterface;
use IdeoLogix\DigitalLicenseManager\Integrations\WooCommerce\Tools\AddOrderItemLicenses\AddOrderItemLicenses;
use IdeoLogix\DigitalLicenseManager\Integrations\WooCommerce\Commands\AddOrderItemLicenses;
use IdeoLogix\DigitalLicenseManager\Integrations\WooCommerce\Tools\GeneratePastOrderLicenses\GeneratePastOrderLicenses;
use IdeoLogix\DigitalLicenseManager\Settings as SettingsData;

Expand Down

0 comments on commit 96b8f83

Please sign in to comment.