Skip to content

Commit 3630ade

Browse files
committed
DOCS Update visibility of config static
1 parent dcb6334 commit 3630ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ following is a minimal setup to have the map show in the CMS:
1919
```php
2020
class Store extends DataObject
2121
{
22-
public static $db = array(
22+
private static $db = array(
2323
'Title' => 'Varchar(255)',
2424
'Latitude' => 'Varchar',
2525
'Longitude' => 'Varchar',

0 commit comments

Comments
 (0)