(Add) Audit System 🆕

- filtering to follow
This commit is contained in:
HDVinnie
2019-11-06 06:42:17 -05:00
parent a5d9bdb0bf
commit e0379e5b95
88 changed files with 545 additions and 312 deletions
+3
View File
@@ -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.
*