ソースを参照

Refactoring services

develop
Guillaume 3年前
コミット
ce1b73251e
1個のファイルの変更1行の追加2行の削除
  1. +1
    -2
      Component/DateComponent.php

+ 1
- 2
Component/DateComponent.php ファイルの表示

@@ -4,7 +4,6 @@ namespace Lc\SovBundle\Component;

class DateComponent
{

public function date($format, $timestamp)
{
setlocale(LC_TIME, 'fr_FR.UTF8', 'fr.UTF8', 'fr_FR.UTF-8', 'fr.UTF-8');
@@ -21,7 +20,7 @@ class DateComponent
return $this->getNextDay($this->getDayByNumber($number, 'en'));
}

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

読み込み中…
キャンセル
保存