Advertisement
fadlyshafa

Untitled

Nov 10th, 2019
342
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. class M_supplier extends Model
  2. {
  3.     protected $table = 'm_supplier';
  4.     public $incrementing = false;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement