Skip to content

Commit

Permalink
Update Base.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nasrulhazim authored Oct 3, 2024
1 parent 3f8e2d3 commit 42548fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Models/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
use App\Concerns\InteractsWithToken;
use App\Concerns\InteractsWithUser;
use App\Concerns\InteractsWithUuid;
use App\Concerns\Scopes\Searchable;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
use OwenIt\Auditing\Auditable as AuditableTrait;
Expand All @@ -25,6 +26,7 @@ class Base extends Model implements AuditableContract, HasMedia
use InteractsWithToken;
use InteractsWithUser;
use InteractsWithUuid;
use Searchable;

protected $guarded = [
'id',
Expand Down

0 comments on commit 42548fc

Please sign in to comment.