created master data: rayon, cost centre, kategori
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Contracts\Auth\MustVerifyEmail;
|
||||
use Illuminate\Database\Eloquent\SoftDeletes;
|
||||
use Illuminate\Foundation\Auth\User as Authenticatable;
|
||||
use Illuminate\Notifications\Notifiable;
|
||||
use Illuminate\Support\Facades\DB;
|
||||
@@ -11,6 +12,7 @@ use Spatie\Permission\Traits\HasRoles;
|
||||
class Admin extends Authenticatable
|
||||
{
|
||||
use Notifiable, HasRoles;
|
||||
use SoftDeletes;
|
||||
|
||||
/**
|
||||
* Set the default guard for this model.
|
||||
|
||||
Reference in New Issue
Block a user