Add methods to mapmanagers. #221
This commit is contained in:
parent
612c9327d6
commit
fc75f14464
1 changed files with 4 additions and 1 deletions
|
|
@ -2,6 +2,9 @@
|
|||
|
||||
namespace App\Service;
|
||||
|
||||
class BingMapManager
|
||||
class BingMapManager implements MapManagerInterface
|
||||
{
|
||||
public function jsDisplayMap()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue