Skip to content

Commit

Permalink
Fix wrong namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
xepozz committed Oct 14, 2023
1 parent d94aae2 commit 8a2cf67
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/Debug/ModuleFederationProviderInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

namespace Yiisoft\Yii\Debug\Api\Debug;

use Yiisoft\Yii\Debug\Api\ModuleFederationAssetBundle;
use Yiisoft\Yii\Debug\Collector\CollectorInterface;

interface ModuleFederationProviderInterface extends CollectorInterface
Expand Down
2 changes: 0 additions & 2 deletions src/Inspector/Controller/InspectController.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
use Yiisoft\Yii\Debug\Api\Inspector\Database\SchemaProviderInterface;
use Yiisoft\Yii\Debug\Collector\Web\RequestCollector;

use function Yiisoft\Yii\Debug\Api\Controller\sort;

class InspectController
{
public function __construct(
Expand Down

0 comments on commit 8a2cf67

Please sign in to comment.