Skip to content

Commit 85a88be

Browse files
committed
Merge branch '1.4' into 1
2 parents 398941e + ee5a720 commit 85a88be

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
@@ -21,7 +21,7 @@ following is a minimal setup to have the map show in the CMS:
2121
```php
2222
class Store extends DataObject
2323
{
24-
public static $db = array(
24+
private static $db = array(
2525
'Title' => 'Varchar(255)',
2626
'Latitude' => 'Varchar',
2727
'Longitude' => 'Varchar',

0 commit comments

Comments
 (0)