mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-29 15:44:41 +00:00
refactoring
This commit is contained in:
@@ -23,7 +23,6 @@ use Illuminate\Database\Eloquent\Factories\HasFactory;
|
|||||||
use Illuminate\Foundation\Auth\User as Authenticatable;
|
use Illuminate\Foundation\Auth\User as Authenticatable;
|
||||||
use Illuminate\Database\Eloquent\Relations\BelongsToMany;
|
use Illuminate\Database\Eloquent\Relations\BelongsToMany;
|
||||||
use VueFileManager\Subscription\App\User\Traits\Billable;
|
use VueFileManager\Subscription\App\User\Traits\Billable;
|
||||||
use VueFileManager\Subscription\Domain\Credits\Traits\Credits;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @property string id
|
* @property string id
|
||||||
@@ -46,7 +45,6 @@ class User extends Authenticatable implements MustVerifyEmail
|
|||||||
use HasFactory;
|
use HasFactory;
|
||||||
use Sortable;
|
use Sortable;
|
||||||
use Billable;
|
use Billable;
|
||||||
use Credits;
|
|
||||||
|
|
||||||
protected $guarded = [
|
protected $guarded = [
|
||||||
'id',
|
'id',
|
||||||
|
|||||||
Reference in New Issue
Block a user