mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 00:02:15 +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\Database\Eloquent\Relations\BelongsToMany;
|
||||
use VueFileManager\Subscription\App\User\Traits\Billable;
|
||||
use VueFileManager\Subscription\Domain\Credits\Traits\Credits;
|
||||
|
||||
/**
|
||||
* @property string id
|
||||
@@ -46,7 +45,6 @@ class User extends Authenticatable implements MustVerifyEmail
|
||||
use HasFactory;
|
||||
use Sortable;
|
||||
use Billable;
|
||||
use Credits;
|
||||
|
||||
protected $guarded = [
|
||||
'id',
|
||||
|
||||
Reference in New Issue
Block a user