mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2026-03-02 10:08:13 +01:00
Convert array syntax and other minor code style adjustments.
This commit is contained in:
@@ -33,7 +33,7 @@ class NetzmachtContaoLeafletExtension extends Extension
|
||||
{
|
||||
$loader = new YamlFileLoader(
|
||||
$container,
|
||||
new FileLocator(dirname(__DIR__) .'/Resources/config')
|
||||
new FileLocator(dirname(__DIR__) . '/Resources/config')
|
||||
);
|
||||
|
||||
// Common config, services and listeners
|
||||
|
||||
Reference in New Issue
Block a user