mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-19 12:34:03 +00:00
Major incomplete Change
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Foundation\Auth\User as Authenticatable;
|
||||
use Spatie\Activitylog\Traits\LogsActivity;
|
||||
|
||||
abstract class AbstractUserModel extends Authenticatable {
|
||||
use LogsActivity;
|
||||
protected static $logFillable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user