Skip to content
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.

Commit

Permalink
Merge branch '1.4' into 1
Browse files Browse the repository at this point in the history
  • Loading branch information
dhensby committed Nov 28, 2017
2 parents 398941e + ee5a720 commit 85a88be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ following is a minimal setup to have the map show in the CMS:
```php
class Store extends DataObject
{
public static $db = array(
private static $db = array(
'Title' => 'Varchar(255)',
'Latitude' => 'Varchar',
'Longitude' => 'Varchar',
Expand Down

0 comments on commit 85a88be

Please sign in to comment.