Skip to content

Commit

Permalink
Merge pull request #825 from kenjis/fix-RegisterController-tables
Browse files Browse the repository at this point in the history
fix: property $table visibility in RegisterController
  • Loading branch information
kenjis authored Sep 13, 2023
2 parents c0f86e8 + c552c5f commit fb40453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controllers/RegisterController.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class RegisterController extends BaseController
/**
* Auth Table names
*/
private array $tables;
protected array $tables;

public function initController(
RequestInterface $request,
Expand Down

0 comments on commit fb40453

Please sign in to comment.