We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b30701 + 3630ade commit ee5a720Copy full SHA for ee5a720
README.md
@@ -21,7 +21,7 @@ following is a minimal setup to have the map show in the CMS:
21
```php
22
class Store extends DataObject
23
{
24
- public static $db = array(
+ private static $db = array(
25
'Title' => 'Varchar(255)',
26
'Latitude' => 'Varchar',
27
'Longitude' => 'Varchar',
0 commit comments