Browse Source

config

feature/souke
Guillaume Bourgeois 8 months ago
parent
commit
0106c5740c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      common/config/main.php

+ 1
- 1
common/config/main.php View File

@@ -46,7 +46,7 @@ use common\logic\Ticket\Ticket\Model\Ticket;
use common\logic\Payment\Model\Payment;
use common\logic\User\User\Model\User;

$serverName = isset($_SERVER['SERVER_NAME']) ?? '';
$serverName = isset($_SERVER['SERVER_NAME']) ?? '' ;

return [
'bootstrap' => ['listener'],

Loading…
Cancel
Save