Deprecate ServiceContainerTrait::getService.

This commit is contained in:
David Molineus
2015-09-14 07:23:42 +02:00
parent 8a148ffaf8
commit 5171825a23
4 changed files with 5 additions and 5 deletions

View File

@@ -46,7 +46,7 @@ class Layer
public function __construct()
{
$this->layers = &$GLOBALS['LEAFLET_LAYERS'];
$this->database = static::getService('database.connection');
$this->database = static::getServiceContainer()->getDatabaseConnection();
\Controller::loadLanguageFile('leaflet_layer');