mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-05-08 04:00:14 -05:00
(Add) Audit System 🆕
- filtering to follow
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use App\Traits\Auditable;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
/**
|
||||
@@ -36,6 +37,8 @@ use Illuminate\Database\Eloquent\Model;
|
||||
*/
|
||||
class ChatStatus extends Model
|
||||
{
|
||||
use Auditable;
|
||||
|
||||
/**
|
||||
* A Status Has Many Users.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user