Advertisement
pcriativa

WC - Model Course

Dec 7th, 2017
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. <?php
  2.  
  3. namespace App\Models;
  4.  
  5. use App\Models\Model;
  6.  
  7. class Course extends Model
  8. {
  9. protected $table = 'ws_ead_courses';
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement