このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
Laclic
/
LcShopBundle
ウォッチ
3
スター
2
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
fix bug title sur produit
reduction
Fab
4年前
親
b34befb7fb
コミット
58c1d5bee5
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分情報を表示
+1
-1
ShopBundle/Model/Product.php
+ 1
- 1
ShopBundle/Model/Product.php
ファイルの表示
@@ -142,7 +142,7 @@ abstract class Product extends AbstractEntity implements SortableInterface
return $this->title;
}
public function setTitle(string $title): self
public function setTitle(
?
string $title): self
{
$this->title = $title;
書き込み
プレビュー
読み込み中…
キャンセル
保存