instancecache trait

This commit is contained in:
2018-07-22 16:07:27 +02:00
parent a3ba68ea98
commit 3b123d7f08
5 changed files with 75 additions and 30 deletions
+2
View File
@@ -3,6 +3,7 @@
namespace App\Models;
use AdamWathan\EloquentOAuth\OAuthIdentity;
use App\Models\Concerns\InstanceCache;
use App\Models\Concerns\Reportable;
use Illuminate\Database\Eloquent\Collection;
use Illuminate\Notifications\Notifiable;
@@ -38,6 +39,7 @@ class User extends Authenticatable
{
use Reportable;
use Notifiable;
use InstanceCache;
/**
* The attributes that are mass assignable.