Skip to content

Commit

Permalink
Use mass prune (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
enjinabner authored Jul 31, 2023
1 parent 5f5897a commit 7b7276b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Models/Laravel/BeamClaim.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
use Illuminate\Contracts\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\Casts\Attribute;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\MassPrunable;
use Illuminate\Database\Eloquent\Prunable;
use Illuminate\Database\Eloquent\Relations\BelongsTo;
use Illuminate\Database\Eloquent\SoftDeletes;
Expand All @@ -26,7 +27,7 @@ class BeamClaim extends BaseModel
use SoftDeletes;
use Traits\HasBeamQr;
use Traits\HasCodeScope;
use Prunable;
use MassPrunable;
use Traits\HasClaimable;
use Traits\EagerLoadSelectFields;
use HasEagerLimit;
Expand Down

0 comments on commit 7b7276b

Please sign in to comment.