Moin Leute,
bin seit kurzem an einem Plugin dran. Gemaess Dokumentation habe ich einen Service erstellt in Pluginname/Resources/services.xml
services service class=“DsnwComment\Components\Dbal\CommentActionComponent” id=“dsnw_comment.comment_action_component” argument type=“service” id=“dbal_connection”/ /service /services
jedoch wenn ich
$this-\>container-\>get('dsnw\_comment.comment\_action\_component');
ausfuehre, commt folgende Fehlermeldung:
Fatal error : Uncaught Error: Call to a member function get() on null in bla bla bla.
Freue mich auf eure Hilfe, das Problem wird wahrscheinlich ein sehr banales sein, ich hatte mich bisher an der Shopware Developer Dokumentation orientiert