Skip to content

Commit

Permalink
Lint fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
arunshenoy99 committed Jan 9, 2024
1 parent 29cf245 commit a35cd53
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
<?php

use NewfoldLabs\WP\ModuleLoader\Container;
use NewfoldLabs\WP\Module\Onboarding\Application;
use function NewfoldLabs\WP\ModuleLoader\register;
use NewfoldLabs\WP\Module\Onboarding\ModuleController;
use NewfoldLabs\WP\Module\Onboarding\Compatibility\Scan;
use NewfoldLabs\WP\Module\Onboarding\Compatibility\Safe_Mode;
use NewfoldLabs\WP\Module\Onboarding\Compatibility\Status;

use function NewfoldLabs\WP\ModuleLoader\register;

/**
* Register Onboarding with Newfold Module Loader
*
Expand Down

0 comments on commit a35cd53

Please sign in to comment.