Skip to content

Commit a5483f9

Browse files
authored
Merge pull request #868 from sammyskills/fix-validation-class-visibiliity
fix: Change the visibility of validation properties for easier inheritance
2 parents 1d9a659 + fafa9a9 commit a5483f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Validation/ValidationRules.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99

1010
class ValidationRules
1111
{
12-
private Auth $config;
12+
protected Auth $config;
1313

1414
/**
1515
* Auth Table names
1616
*/
17-
private array $tables;
17+
protected array $tables;
1818

1919
public function __construct()
2020
{

0 commit comments

Comments
 (0)