Procházet zdrojové kódy

Correctif Utils

develop
Guillaume před 3 roky
rodič
revize
4858f553b0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      ShopBundle/Services/Utils.php

+ 1
- 1
ShopBundle/Services/Utils.php Zobrazit soubor

@@ -377,7 +377,7 @@ class Utils
return $this->getNextDay($this->getDayByNumber($number, 'en'));
}

public function getDayByNumber($number, $lang = 'fr')
public static function getDayByNumber($number, $lang = 'fr')
{
if ($lang == 'fr') {
$daysArray = [

Načítá se…
Zrušit
Uložit