mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
update: make variable private.
This commit is contained in:
parent
29647a9dc8
commit
04539bff4a
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ use Utopia\Route;
|
|||
|
||||
abstract class Filter
|
||||
{
|
||||
protected ?Route $route;
|
||||
private ?Route $route;
|
||||
private ?Database $dbForProject;
|
||||
|
||||
public function __construct(Database $dbForProject = null, Route $route = null)
|
||||
|
|
|
|||
Loading…
Reference in a new issue