forked from Snck3rs/contao-leaflet-maps
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