Skip to content

Instantly share code, notes, and snippets.

@jobcerto
Created May 24, 2018 16:15
Show Gist options
  • Save jobcerto/29d6df5a225abb6b1757a2ff30425b74 to your computer and use it in GitHub Desktop.
Save jobcerto/29d6df5a225abb6b1757a2ff30425b74 to your computer and use it in GitHub Desktop.
<?php
namespace App\System\Models;
use App\Shared\Models\User as Shared;
use Hyn\Tenancy\Traits\UsesSystemConnection;
class User extends Shared
{
use UsesSystemConnection;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment