Skip to content

Commit 8690210

Browse files
committed
adding public const explictly
1 parent 34f8bbd commit 8690210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DependencyInjection/CompilerPass/MakeCommandRegistrationPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
class MakeCommandRegistrationPass implements CompilerPassInterface
1414
{
15-
const MAKER_TAG = 'maker.command';
15+
public const MAKER_TAG = 'maker.command';
1616

1717
public function process(ContainerBuilder $container)
1818
{

0 commit comments

Comments
 (0)