Created
October 28, 2017 18:47
-
-
Save deleugpn/52f04cf8ccf46cf0aae7b4f5f0202600 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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