Advertisement
rudiariyanto08

MODEL RETRIVE LARAVEL

May 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1.  protected $table      = 'role_user';
  2.     protected $primaryKey = "user_id";
  3.     public $timestamps    = false;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement