Skip to content

Commit

Permalink
Merge pull request #406 from newfold-labs/update/module-data
Browse files Browse the repository at this point in the history
Lint fix 2
  • Loading branch information
arunshenoy99 authored Jan 9, 2024
2 parents 29cf245 + a35cd53 commit 0d7bab7
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 0d7bab7

Please sign in to comment.