teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

コードミスタイプ

2019/02/09 16:20

投稿

tajihiro
tajihiro

スコア14

title CHANGED
File without changes
body CHANGED
@@ -13,8 +13,8 @@
13
13
  public function all($keys = null)
14
14
  {
15
15
  $result = parent::all($keys);
16
- if($this->filled('postal01') && $this->filled('postal02')) {
16
+ if($this->filled('post01') && $this->filled('post02')) {
17
- $results['postal_code'] = $this->input('post01') . $this->input('postal02');
17
+ $results['postal_code'] = $this->input('post01') . $this->input('post02');
18
18
  }
19
19
  return $result;
20
20
  }