Skip to content

Instantly share code, notes, and snippets.

@deleugpn
Created October 28, 2017 18:47
Show Gist options
  • Select an option

  • Save deleugpn/52f04cf8ccf46cf0aae7b4f5f0202600 to your computer and use it in GitHub Desktop.

Select an option

Save deleugpn/52f04cf8ccf46cf0aae7b4f5f0202600 to your computer and use it in GitHub Desktop.
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class MainModel extends Model
{
protected $connection = 'main';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment