Skip to content

Commit

Permalink
Fix namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioannis committed Oct 29, 2025
1 parent fdcd53d commit 89dad36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

namespace ApiSource\Controller;
namespace ApiConnector\Controller;

use App\Controller\AppController as BaseController;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

namespace FileProvisioner\Controller;
namespace FileConnector\Controller;

use App\Controller\AppController as BaseController;

Expand Down

0 comments on commit 89dad36

Please sign in to comment.