Skip to content

Commit

Permalink
chore(Soar.php): Add Conditionable trait and update use statements
Browse files Browse the repository at this point in the history
  • Loading branch information
guanguans committed Apr 1, 2024
1 parent 57135bb commit fe095be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Soar.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

class Soar extends \Guanguans\SoarPHP\Soar
{
// use Conditionable;
use Conditionable;
// use Macroable;
use Tappable;
}

0 comments on commit fe095be

Please sign in to comment.