Skip to content

Commit

Permalink
Updated abstract factory
Browse files Browse the repository at this point in the history
  • Loading branch information
jeawhanlee committed Jul 25, 2024
1 parent b5df8a7 commit c6de3a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/Engine/Common/PerformanceHints/FactoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
use WP_Rocket\Engine\Common\PerformanceHints\AJAX\ControllerInterface as AjaxControllerInterface;
use WP_Rocket\Engine\Common\PerformanceHints\Frontend\ControllerInterface as FrontendControllerInterface;
use WP_Rocket\Engine\Common\Context\ContextInterface;
use WP_Rocket\Engine\Common\PerformanceHints\Database\QueriesInterface;
use WP_Rocket\Engine\Common\PerformanceHints\Database\TableInterface;
use WP_Rocket\Engine\Common\PerformanceHints\Database\Queries\QueriesInterface;
use WP_Rocket\Engine\Common\PerformanceHints\Database\Table\TableInterface;

interface FactoryInterface {
/**
Expand Down

0 comments on commit c6de3a3

Please sign in to comment.