fadlyshafa

Untitled

Jan 13th, 2020
452
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. <?php
  2.  
  3. namespace App\Models;
  4.  
  5. use Illuminate\Database\Eloquent\Model;
  6.  
  7. class Status_pembayaran extends Model
  8. {
  9.     protected $table = 'status_pembayaran';
  10.     public $incrementing = false;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment