Skip to content

Commit

Permalink
Private is better.
Browse files Browse the repository at this point in the history
  • Loading branch information
thekabal committed Apr 30, 2020
1 parent 39b397b commit d1053a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/Reg.php
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@

class Reg
{
public array $vars = array();
private array $vars = array();

public function __construct(\PDO $pdo_db)
{
Expand Down

0 comments on commit d1053a9

Please sign in to comment.