Skip to content

Commit

Permalink
fix: 5.6 syntax check
Browse files Browse the repository at this point in the history
  • Loading branch information
ga-devfront committed Aug 30, 2024
1 parent 5afaf77 commit c8495f4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion controllers/admin/AdminSelfUpgradeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,10 @@ public function initContent()
return parent::initContent();
}

private function loadEnv(): void
/**
* @return void
*/
private function loadEnv()
{
if (file_exists(__DIR__ . '/../../.env')) {
$dotenv = new Symfony\Component\Dotenv\Dotenv();
Expand Down

0 comments on commit c8495f4

Please sign in to comment.