|
|
@@ -3,6 +3,7 @@
|
|
|
namespace App;
|
|
|
|
|
|
use App\Traits\ModelLogChanging;
|
|
|
+use Illuminate\Database\Eloquent\SoftDeletes;
|
|
|
use Illuminate\Notifications\Notifiable;
|
|
|
use Illuminate\Foundation\Auth\User as Authenticatable;
|
|
|
use Illuminate\Support\Collection;
|
|
|
@@ -15,6 +16,7 @@ class User extends Authenticatable
|
|
|
use ModelLogChanging;
|
|
|
use ModelTimeFormat;
|
|
|
use Notifiable;
|
|
|
+ use SoftDeletes;
|
|
|
|
|
|
/**
|
|
|
* The attributes that are mass assignable.
|