Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <?php
  2.  
  3. use Illuminate\Database\Eloquent\Model;
  4.  
  5. class Post extends Model
  6. {
  7. protected $connection = 'old-blog';
  8.  
  9. protected $table = 'posts';
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement