Skip to content

Commit

Permalink
chore: reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
edmondas committed Mar 6, 2024
1 parent 9d9b4e4 commit 4070d9f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/Application/Controller/LoginController.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@
use Poweradmin\BaseController;
use Poweradmin\Infrastructure\Repository\LocaleRepository;

include_once(__DIR__ .'/../../../inc/config-defaults.inc.php');
@include_once(__DIR__ .'/../../../inc/config.inc.php');
include_once(__DIR__ . '/../../../inc/config-defaults.inc.php');
@include_once(__DIR__ . '/../../../inc/config.inc.php');

class LoginController extends BaseController
{

private LocaleRepository $localeRepository;
private LocaleService $localeService;
private LocalePresenter $localePresenter;
Expand Down

0 comments on commit 4070d9f

Please sign in to comment.