mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
routes refactoring
This commit is contained in:
@@ -14,11 +14,12 @@ use Illuminate\Support\Facades\Storage;
|
||||
use Illuminate\Notifications\Notifiable;
|
||||
use Illuminate\Database\Eloquent\Factories\HasFactory;
|
||||
use Illuminate\Foundation\Auth\User as Authenticatable;
|
||||
use Makingcg\Invoice\Http\Traits\Invoiceable;
|
||||
|
||||
class User extends Authenticatable
|
||||
{
|
||||
use Notifiable, Billable, Sortable, HasFactory, HasApiTokens;
|
||||
use Oasis;
|
||||
use Oasis, Invoiceable;
|
||||
|
||||
protected $guarded = [
|
||||
'id',
|
||||
|
||||
Reference in New Issue
Block a user