Initial integration with Quickbooks

This commit is contained in:
Deon George
2019-06-12 16:25:15 +10:00
parent eb254def7a
commit 9fa773d283
12 changed files with 658 additions and 2 deletions

View File

@@ -10,10 +10,11 @@ use Leenooks\Carbon;
use Leenooks\Traits\UserSwitch;
use App\Notifications\ResetPasswordNotification;
use App\Models\Service;
use Spinen\QuickBooks\HasQuickBooksToken;
class User extends Authenticatable
{
use HasApiTokens,Notifiable,UserSwitch;
use HasApiTokens,Notifiable,UserSwitch,HasQuickBooksToken;
protected $dates = ['created_at','updated_at','last_access'];
protected $with = ['accounts.services'];