質問編集履歴
1
コードミスタイプ
    
        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(' 
     | 
| 
      
 16 
     | 
    
         
            +
                    if($this->filled('post01') && $this->filled('post02')) {
         
     | 
| 
       17 
     | 
    
         
            -
                        $results['postal_code'] = $this->input('post01') . $this->input(' 
     | 
| 
      
 17 
     | 
    
         
            +
                        $results['postal_code'] = $this->input('post01') . $this->input('post02');
         
     | 
| 
       18 
18 
     | 
    
         
             
                    }
         
     | 
| 
       19 
19 
     | 
    
         
             
                    return $result;
         
     | 
| 
       20 
20 
     | 
    
         
             
                }
         
     |