mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-12-02 13:03:43 +01:00
Run composer require checker and solve issues.
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
|
||||
namespace Netzmacht\Contao\Leaflet\Frontend;
|
||||
|
||||
use Contao\Config;
|
||||
use Contao\Frontend;
|
||||
use Netzmacht\Contao\Leaflet\Filter\Filter;
|
||||
use Netzmacht\Contao\Leaflet\Mapper\Request;
|
||||
|
||||
@@ -72,7 +74,7 @@ class RequestUrl implements \JsonSerializable
|
||||
$query .= '&f=' . $filter->getName() . '&v=' . $filter->toRequest();
|
||||
}
|
||||
|
||||
$url = \Config::get('websitePath') . '/' . \Frontend::addToUrl($query, false);
|
||||
$url = Config::get('websitePath') . '/' . Frontend::addToUrl($query, false);
|
||||
|
||||
return new static($url, $hash, $request);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user