Skip to content

Commit

Permalink
Update PesapalToken.php
Browse files Browse the repository at this point in the history
Replace `MassPrunable` with `Prunable`
  • Loading branch information
njoguamos authored Jun 16, 2024
1 parent a58f8fe commit 82d3fb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Models/PesapalToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\MassPrunable;
use Illuminate\Database\Eloquent\Prunable;

/**
* Class PesapalToken
Expand All @@ -18,7 +18,7 @@
*/
class PesapalToken extends Model
{
use MassPrunable;
use Prunable;
use HasFactory;

protected $fillable = [
Expand Down

0 comments on commit 82d3fb6

Please sign in to comment.