Skip to content

Commit

Permalink
adding skipped variable for typings
Browse files Browse the repository at this point in the history
  • Loading branch information
jturbide committed Feb 29, 2024
1 parent 8bc16bb commit 750b2b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Mvc/Model/SoftDelete.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ trait SoftDelete
use Options;
use Behavior;

protected $skipped = false;

/**
* Initializing SoftDelete
*/
Expand Down

0 comments on commit 750b2b2

Please sign in to comment.