Skip to content

Commit cf5fd70

Browse files
committed
dbObject: Make path proteced
1 parent c9428d4 commit cf5fd70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbObject.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class dbObject {
4444
*
4545
* @var modelPath
4646
*/
47-
private static $modelPath;
47+
protected static $modelPath;
4848
/**
4949
* An array that holds object data
5050
*

0 commit comments

Comments
 (0)