Browse Source

Correctif Utils

develop
Guillaume 3 years ago
parent
commit
4858f553b0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ShopBundle/Services/Utils.php

+ 1
- 1
ShopBundle/Services/Utils.php View File

@@ -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 = [

Loading…
Cancel
Save