Skip to content

Commit c33c68b

Browse files
committed
BaseRules implements Stringable
1 parent 57dd357 commit c33c68b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/BaseRules.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
namespace Framework\Validation;
1111

1212
use Error;
13+
use Stringable;
1314

1415
/**
1516
* Class BaseRules.
@@ -18,7 +19,7 @@
1819
*
1920
* @package validation
2021
*/
21-
abstract class BaseRules
22+
abstract class BaseRules implements Stringable
2223
{
2324
/**
2425
* @var array<int,string>

0 commit comments

Comments
 (0)