Skip to content

Instantly share code, notes, and snippets.

@jobcerto
Created May 24, 2018 02:25
Show Gist options
  • Save jobcerto/b74fc7a36d2b5e334e4dd44d838537b6 to your computer and use it in GitHub Desktop.
Save jobcerto/b74fc7a36d2b5e334e4dd44d838537b6 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