Skip to content

Commit

Permalink
Merge branch 'next-35577/auto-imported-from-github' into 'trunk'
Browse files Browse the repository at this point in the history
NEXT-35577 - Fix Typo in PluginBaseClassNotFoundException

See merge request shopware/6/product/platform!13685
  • Loading branch information
OliverSkroblin committed Apr 30, 2024
2 parents 814c0de + bde9050 commit 9c0534b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class PluginBaseClassNotFoundException extends ShopwareHttpException
public function __construct(string $baseClass)
{
parent::__construct(
'The class "{{ baseClass }}" is not found. Probably an class loader error. Check your plugin composer.json',
'The class "{{ baseClass }}" is not found. Probably a class loader error. Check your plugin composer.json',
['baseClass' => $baseClass]
);
}
Expand Down

0 comments on commit 9c0534b

Please sign in to comment.