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.
1 parent dcb6334 commit 3630adeCopy full SHA for 3630ade
README.md
@@ -19,7 +19,7 @@ following is a minimal setup to have the map show in the CMS:
19
```php
20
class Store extends DataObject
21
{
22
- public static $db = array(
+ private static $db = array(
23
'Title' => 'Varchar(255)',
24
'Latitude' => 'Varchar',
25
'Longitude' => 'Varchar',
0 commit comments