Skip to content

Commit f70dd9d

Browse files
author
priyashantha
committed
updated namespace BetterBrief\GoogleMapField\GoogleMapField into BetterBrief\GoogleMapField
1 parent 6eee087 commit f70dd9d

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can also search for locations using the search box, which uses the Google Ma
1717

1818
##### make sure `api_key` config added in site yml file
1919
```yml
20-
BetterBrief\GoogleMapField\GoogleMapField:
20+
BetterBrief\GoogleMapField:
2121
default_options:
2222
api_key: 'GOOGLE_API_KEY'
2323
```

_config/googlemapfield.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Name: googlemapfield
33
Before: '*'
44
---
5-
BetterBrief\GoogleMapField\GoogleMapField:
5+
BetterBrief\GoogleMapField:
66
default_options:
77
api_key: null
88
show_search_box: true

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"autoload": {
2121
"psr-4": {
22-
"BetterBrief\\GoogleMapField\\": "src/"
22+
"BetterBrief\\": "src/"
2323
}
2424
},
2525
"extra": {

src/GoogleMapField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @author <@willmorgan>
1111
*/
1212

13-
namespace BetterBrief\GoogleMapField;
13+
namespace BetterBrief;
1414

1515
use SilverStripe\Forms\FormField;
1616
use SilverStripe\ORM\DataObject;
File renamed without changes.

0 commit comments

Comments
 (0)