Skip to content

Commit ee5a720

Browse files
committed
Merge branch '1.3' into 1.4
2 parents 6b30701 + 3630ade commit ee5a720

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)