BugBuster1701 / contao-visitors-bundle

Contao 4/5 Visitors Bundle
GNU Lesser General Public License v3.0
3 stars 2 forks source link

Deprecated $this->get('...') #124

Closed BugBuster1701 closed 1 year ago

BugBuster1701 commented 2 years ago

Beispiel: $this->get('database_connection') $this->get('security.helper')->getUser(); $this->get('contao.framework')->initialize();

Alternative: $this->container->get(...);

BugBuster1701 commented 1 year ago

https://github.com/BugBuster1701/contao-visitors-bundle/commit/f7aa69446b7ddf1cc4e8810befd6bfcbda955aec