Skip to content

Commit 899949f

Browse files
committed
Make data model explicitely public
1 parent 967c259 commit 899949f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/WebApp/Application.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class Application {
1313
public $request;
1414
public $vault;
1515
public $database;
16+
public $dataModel;
1617
public $authentication;
1718
public $authorization;
1819
public $sessionHandler;

0 commit comments

Comments
 (0)