Created
          August 19, 2017 04:30 
        
      - 
      
 - 
        
Save achmadfatoni/a734383de900e221effe14d488bc9e6c to your computer and use it in GitHub Desktop.  
    model
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <?php | |
| namespace App\Models; | |
| use Illuminate\Database\Eloquent\Model; | |
| class Post extends Model | |
| { | |
| protected $table = 'posts'; | |
| protected $fillable = ['title', 'body']; | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment