Skip to content

Commit f66f1df

Browse files
committed
Use ::class instead of FQCN
1 parent 0b0ba7a commit f66f1df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Route.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ public function getOptions(): array
216216
public function setOptions(array $options): static
217217
{
218218
$this->options = [
219-
'compiler_class' => 'Symfony\\Component\\Routing\\RouteCompiler',
219+
'compiler_class' => RouteCompiler::class,
220220
];
221221

222222
return $this->addOptions($options);

0 commit comments

Comments
 (0)